2021-10-04 22:15:59 +08:00
< p align = "center" >
< img width = "400px" src = "https://uploads-ssl.webflow.com/5e7ceb09657a69bdab054b3a/5e7ceb09657a6937ab054bba_Black_Original%20_Logo.png" >
< / p >
2015-06-19 16:14:27 +08:00
2021-10-04 22:15:59 +08:00
---
2015-07-31 18:30:05 +08:00
2021-10-04 22:15:59 +08:00
< p align = "center" >
< a href = "https://github.com/memgraph/memgraph/blob/master/licenses/APL.txt" >
< img src = "https://img.shields.io/badge/license-APL-green" alt = "license" title = "license" / >
< / a >
< a href = "https://github.com/memgraph/memgraph/blob/master/licenses/BSL.txt" >
< img src = "https://img.shields.io/badge/license-BSL-yellowgreen" alt = "license" title = "license" / >
< / a >
< a href = "https://github.com/memgraph/memgraph/blob/master/licenses/MEL.txt" alt = "Documentation" >
< img src = "https://img.shields.io/badge/license-MEL-yellow" alt = "license" title = "license" / >
< / a >
< / p >
2020-10-22 00:56:15 +08:00
2021-10-04 22:15:59 +08:00
< p align = "center" >
< a href = "https://github.com/memgraph/memgraph" >
2022-12-21 04:56:05 +08:00
< img src = "https://img.shields.io/github/actions/workflow/status/memgraph/memgraph/release_debian10.yaml?branch=master&label=build%20and%20test&logo=github" / >
2021-10-04 22:15:59 +08:00
< / a >
< a href = "https://memgraph.com/docs/" alt = "Documentation" >
< img src = "https://img.shields.io/badge/documentation-Memgraph-orange" / >
< / a >
< / p >
2020-10-22 00:56:15 +08:00
2021-10-12 20:11:07 +08:00
< p align = "center" >
< a href = "https://memgr.ph/join-discord" >
< img src = "https://img.shields.io/badge/Discord-7289DA?style=for-the-badge&logo=discord&logoColor=white" alt = "Discord" / >
< / a >
< / p >
2021-10-04 22:15:59 +08:00
## :clipboard: Description
2020-10-22 00:56:15 +08:00
2022-11-29 21:24:02 +08:00
Memgraph is an open source graph database built for real-time streaming and
compatible with Neo4j. Whether you're a developer or a data scientist with
interconnected data, Memgraph will get you the immediate actionable insights
fast.
2020-10-22 00:56:15 +08:00
2021-10-08 16:28:09 +08:00
Memgraph directly connects to your streaming infrastructure. You can ingest data
from sources like Kafka, SQL, or plain CSV files. Memgraph provides a standard
interface to query your data with Cypher, a widely-used and declarative query
language that is easy to write, understand and optimize for performance. This is
achieved by using the property graph data model, which stores data in terms of
objects, their attributes, and the relationships that connect them. This is a
natural and effective way to model many real-world problems without relying on
complex SQL schemas.
Memgraph is implemented in C/C++ and leverages an in-memory first architecture
2022-11-29 21:24:02 +08:00
to ensure that you’ re getting the [best possible
performance](http://memgraph.com/benchgraph) consistently and without surprises.
It’ s also ACID-compliant and highly available.
2021-10-08 16:28:09 +08:00
2023-02-07 22:43:41 +08:00
## :zap: Features
- Run Python, Rust, and C/C++ code natively, check out the
[MAGE ](https://github.com/memgraph/mage ) graph algorithm library
- Native support for machine learning
- Streaming support
- Replication
- Authentication and authorization
- ACID compliance
2022-03-21 23:49:02 +08:00
## :video_game: Memgraph Playground
You don't need to install anything to try out Memgraph. Check out
our ** [Memgraph Playground ](https://playground.memgraph.com/ )** sandboxes in
your browser.
2022-03-22 11:49:03 +08:00
< p align = "left" >
2022-03-22 11:50:01 +08:00
< a href = "https://playground.memgraph.com/" >
< img width = "450px" alt = "Memgraph Playground" src = "https://download.memgraph.com/asset/github/memgraph/memgraph-playground.png" >
2022-03-22 11:49:03 +08:00
< / a >
< / p >
2021-10-12 20:11:07 +08:00
## :floppy_disk: Download & Install
2021-10-08 16:28:09 +08:00
### Windows
[![Windows ](https://img.shields.io/badge/Windows-Docker-0078D6?style=for-the-badge&logo=windows&logoColor=white )](https://memgraph.com/docs/memgraph/install-memgraph-on-windows-docker)
[![Windows ](https://img.shields.io/badge/Windows-WSL-0078D6?style=for-the-badge&logo=windows&logoColor=white )](https://memgraph.com/docs/memgraph/install-memgraph-on-windows-wsl)
### macOS
[![macOS ](https://img.shields.io/badge/macOS-Docker-000000?style=for-the-badge&logo=macos&logoColor=F0F0F0 )](https://memgraph.com/docs/memgraph/install-memgraph-on-macos-docker)
2023-02-25 00:08:07 +08:00
[![macOS ](https://img.shields.io/badge/lima-AACF41?style=for-the-badge&logo=macos&logoColor=F0F0F0 )](https://memgraph.com/docs/memgraph/install-memgraph-on-ubuntu)
2021-10-08 16:28:09 +08:00
### Linux
[![Linux ](https://img.shields.io/badge/Linux-Docker-FCC624?style=for-the-badge&logo=linux&logoColor=black )](https://memgraph.com/docs/memgraph/install-memgraph-on-linux-docker)
[![Debian ](https://img.shields.io/badge/Debian-D70A53?style=for-the-badge&logo=debian&logoColor=white )](https://memgraph.com/docs/memgraph/install-memgraph-on-debian)
[![Ubuntu ](https://img.shields.io/badge/Ubuntu-E95420?style=for-the-badge&logo=ubuntu&logoColor=white )](https://memgraph.com/docs/memgraph/install-memgraph-on-ubuntu)
2023-02-21 00:59:57 +08:00
[![Cent OS ](https://img.shields.io/badge/cent%20os-002260?style=for-the-badge&logo=centos&logoColor=F0F0F0 )](https://memgraph.com/docs/memgraph/install-memgraph-from-rpm)
[![Fedora ](https://img.shields.io/badge/fedora-0B57A4?style=for-the-badge&logo=fedora&logoColor=F0F0F0 )](https://memgraph.com/docs/memgraph/install-memgraph-from-rpm)
2023-02-21 01:18:29 +08:00
[![RedHat ](https://img.shields.io/badge/redhat-EE0000?style=for-the-badge&logo=redhat&logoColor=F0F0F0 )](https://memgraph.com/docs/memgraph/install-memgraph-from-rpm)
2021-10-08 16:28:09 +08:00
You can find the binaries and Docker images on the [Download
Hub](https://memgraph.com/download) and the installation instructions in the
[official documentation ](https://memgraph.com/docs/memgraph/installation ).
2021-10-04 22:15:59 +08:00
2021-10-08 16:28:09 +08:00
2023-02-07 22:43:41 +08:00
## :cloud: Memgraph Cloud
Check out [Memgraph Cloud ](https://memgraph.com/docs/memgraph-cloud ) - a cloud service fully managed on AWS and available in 6 geographic regions around the world. Memgraph Cloud allows you to create projects with Enterprise instances of MemgraphDB from your browser.
< p align = "left" >
< a href = "https://memgraph.com/docs/memgraph-cloud" >
< img width = "450px" alt = "Memgraph Cloud" src = "https://public-assets.memgraph.com/memgraph-gifs%2Fcloud.gif" >
< / a >
< / p >
## :link: Connect to Memgraph
[Connect to the database ](https://memgraph.com/docs/memgraph/connect-to-memgraph ) using Memgraph Lab, mgconsole, various drivers (Python, C/C++ and others) and WebSocket.
### :microscope: Memgraph Lab
Visualize graphs and play with queries to understand your data. [Memgraph Lab ](https://memgraph.com/docs/memgraph-lab ) is a user interface that helps you explore and manipulate the data stored in Memgraph. Visualize graphs, execute ad hoc queries, and optimize their performance.
< p align = "left" >
< a href = "https://memgraph.com/docs/memgraph-lab" >
< img width = "450px" alt = "Memgraph Cloud" src = "https://public-assets.memgraph.com/memgraph-gifs%2Flab.gif" >
< / a >
< / p >
## :file_folder: Import data
[Import data ](https://memgraph.com/docs/memgraph/import-data ) into Memgraph using Kafka, RedPanda or Pulsar streams, CSV and JSON files, or Cypher commands.
2021-10-04 22:15:59 +08:00
## :bookmark_tabs: Documentation
2021-10-08 16:28:09 +08:00
The Memgraph documentation is available at
[memgraph.com/docs ](https://memgraph.com/docs ).
2021-10-04 22:15:59 +08:00
## :question: Configuration
2021-10-08 16:28:09 +08:00
Command line options that Memgraph accepts are available in the [reference
guide](https://memgraph.com/docs/memgraph/reference-guide/configuration).
2021-10-04 22:15:59 +08:00
2021-10-12 20:11:07 +08:00
## :trophy: Contributing
The main purpose of this repository is to continue evolving Memgraph, making it
faster and easier to use. Development of Memgraph happens in the open on GitHub,
and we are grateful to the community for contributing bug fixes and
improvements. Read below to learn how you can take part in improving Memgraph.
### Code of Conduct
Memgraph has adopted a Code of Conduct that we expect project participants to
adhere to. Please read [the full text ](CODE_OF_CONDUCT.md ) so that you can
understand what actions will and will not be tolerated.
### Contributing Guide
2021-10-08 16:28:09 +08:00
2021-10-12 20:11:07 +08:00
Read our [contributing guide ](CONTRIBUTING.md ) to learn about our development
process and how to propose bug fixes and improvements.
2021-10-04 22:15:59 +08:00
2021-11-01 16:49:22 +08:00
### Internals
Read our
[internal ](https://memgraph.notion.site/Memgraph-Internals-12b69132d67a417898972927d6870bd2 )
docs to learn more about Memgraph's architecture, how to build the project from
source and how to start contributing. All information related to the database,
can be found in the aforementioned docs.
2021-10-12 20:11:07 +08:00
### :scroll: License
2021-10-08 16:28:09 +08:00
Memgraph Community is available under the [BSL
license](./licenses/BSL.txt).< / br > Memgraph Enterprise is available under the
[MEL license ](./licenses/MEL.txt ).
2021-10-04 22:15:59 +08:00
2023-02-07 22:43:41 +08:00
## :busts_in_silhouette: Community
2022-12-07 19:42:48 +08:00
- :purple_heart: [**Discord** ](https://discord.gg/memgraph )
2023-02-07 22:43:41 +08:00
- :ocean: [**Stack Overflow** ](https://stackoverflow.com/questions/tagged/memgraphdb )
2022-12-07 19:42:48 +08:00
- :busts_in_silhouette: [**Discourse forum** ](https://discourse.memgraph.com/ )
- :bird: [**Twitter** ](https://twitter.com/memgraphdb )
- :movie_camera:
[**YouTube** ](https://www.youtube.com/channel/UCZ3HOJvHGxtQ_JHxOselBYg )
2021-10-04 22:15:59 +08:00
< p align = "center" >
< a href = "#" >
2023-02-07 22:43:41 +08:00
< img src = "https://img.shields.io/badge/⬆️ back_to_top_⬆️ -white" alt = "Back to top" title = "Back to top" / >
2021-10-04 22:15:59 +08:00
< / a >
< / p >