diff --git a/website/src/data/showcase/memgraph.png b/website/src/data/showcase/memgraph.png new file mode 100644 index 0000000000..ac58fe3a92 Binary files /dev/null and b/website/src/data/showcase/memgraph.png differ diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index 8c731c4386..009ece16ea 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -1004,6 +1004,15 @@ const Users: User[] = [ 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', preview: require('./showcase/metro.png'),