From 75d9eaa832740e9e75dd59097c4fdd9ae0977699 Mon Sep 17 00:00:00 2001 From: kgolubic <46486712+kgolubic@users.noreply.github.com> Date: Fri, 29 Apr 2022 08:56:13 +0200 Subject: [PATCH] Add Memgraph to showcase page --- website/src/data/users.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index 8c731c43869b..009ece16ea7c 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -1003,6 +1003,15 @@ const Users: User[] = [ source: 'https://github.com/getmeli/meli-docs', tags: ['opensource'], }, + { + title: 'Memgraph', + description: + 'Memgraph is the platform for graph computation on streaming data', + preview: require('./showcase/memgraph.png'), + website: 'https://docs.memgraph.com/', + source: 'https://github.com/memgraph/docs', + tags: ['design', 'large', 'opensource', 'product','versioning'], + }, { title: 'Metro', description: 'The JavaScript bundler for React Native',