Join our Discord Server
Lab 5: Building Docker Extension from Scratch

Running Memgraph Docker Extension

Estimated reading: 1 minute 41 views

Memgraph is a streaming graph application platform that helps you wrangle your streaming data, build sophisticated models you can query in real-time, and develop applications you never thought possible within a couple of days, not months. With Memgraph Docker Extension, now you can setup Memgraph platform in no seconds.

image

Getting Started

If you’re in hurry, click here to deploy it on Docker Desktop.

Prerequisite

  • Docker Desktop 4.8+

Building the Extension locally

Clone the repo

 git clone https://github.com/collabnix/memgraph-docker-extension

Build the Extension

 cd memgraph-docker-extension
 make build-extension

Install the Extension

 docker extension install ajeetraina/memgraph-docker-extension:latest

Accessing the Extension

Open Docker Dashboard > Extension > Memgraph

Load the Pandora Papers data and see how to access it via Memgraph.

image

Share this Doc

Running Memgraph Docker Extension

Or copy link

CONTENTS
Join our Discord Server