diff --git a/website/src/data/showcase/memgraph.png b/website/src/data/showcase/memgraph.png new file mode 100644 index 000000000000..ac58fe3a9210 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 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',