From 26dc73c80947700b43de0d96adaa180b5451231a Mon Sep 17 00:00:00 2001 From: g-despot <66276597+g-despot@users.noreply.github.com> Date: Fri, 8 Oct 2021 10:28:09 +0200 Subject: [PATCH] Update installation in README (#263) --- README.md | 73 +++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 55 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 7577af295..b75ab5ea9 100644 --- a/README.md +++ b/README.md @@ -30,18 +30,51 @@ Build modern, graph-based applications on top of your streaming data in minutes.

## :clipboard: Description -Memgraph is a streaming graph application platform that helps you wrangle your streaming data, build sophisticated models that you can query in real-time, and develop graph applications. -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 a streaming graph application platform that helps you wrangle your +streaming data, build sophisticated models that you can query in real-time, and +develop graph applications. -Memgraph is implemented in C/C++ and leverages an in-memory first architecture to ensure that you’re getting the best possible performance consistently and without surprises. -It’s also ACID-compliant and highly available. +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 +to ensure that you’re getting the best possible performance consistently and +without surprises. It’s also ACID-compliant and highly available. + +## :shipit: Download & Install + +### 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) + +### 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) +[![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) + +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). ## :zap: Features -- Run Python, Rust, and C/C++ code natively, check out the [MAGE](https://github.com/memgraph/mage) graph algorithm library + +- 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 @@ -49,23 +82,27 @@ It’s also ACID-compliant and highly available. - ACID compliance ## :bookmark_tabs: Documentation -The Memgraph documentation is available at [memgraph.com/docs](https://memgraph.com/docs). -## :shipit: Installation -Memgraph can be installed on Linux Debian/Ubuntu/CentOS natively, or on any other operating system through a [Docker](https://docker.com) container. - -You can find the [installation instructions](https://memgraph.com/docs/memgraph/installation) on the main documentation. +The Memgraph documentation is available at +[memgraph.com/docs](https://memgraph.com/docs). ## :question: Configuration -Command line options that Memgraph accepts are available in the [reference guide](https://memgraph.com/docs/memgraph/reference-guide/configuration). + +Command line options that Memgraph accepts are available in the [reference +guide](https://memgraph.com/docs/memgraph/reference-guide/configuration). ## :trophy: Contributions -For bugs, feature requests, or any other code-related info, reach out to us using [GitHub issues](https://github.com/memgraph/memgraph/issues/new). -We'd love to hear your ideas and talk about them before any code is written, that way we can brainstorm the general use cases and create better software! + +For bugs, feature requests, or any other code-related info, reach out to us +using [GitHub issues](https://github.com/memgraph/memgraph/issues/new). We'd +love to hear your ideas and talk about them before any code is written, that way +we can brainstorm the general use cases and create better software! ## :scroll: Licence -Memgraph Community is available under the [BSL license](./licenses/BSL.txt).
-Memgraph Enterprise is available under the [MEL license](./licenses/MEL.txt). + +Memgraph Community is available under the [BSL +license](./licenses/BSL.txt).
Memgraph Enterprise is available under the +[MEL license](./licenses/MEL.txt).