Update installation in README (#263)
This commit is contained in:
parent
9119c89eba
commit
26dc73c809
73
README.md
73
README.md
@ -30,18 +30,51 @@ Build modern, graph-based applications on top of your streaming data in minutes.
|
||||
</p>
|
||||
|
||||
## :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).</br>
|
||||
Memgraph Enterprise is available under the [MEL license](./licenses/MEL.txt).
|
||||
|
||||
Memgraph Community is available under the [BSL
|
||||
license](./licenses/BSL.txt).</br> Memgraph Enterprise is available under the
|
||||
[MEL license](./licenses/MEL.txt).
|
||||
|
||||
<p align="center">
|
||||
<a href="#">
|
||||
|
Loading…
Reference in New Issue
Block a user