From beaba0fc16145f0d8f19b91fc4214026e5319f2b Mon Sep 17 00:00:00 2001 From: Katarina Supe <61758502+katarinasupe@users.noreply.github.com> Date: Tue, 7 Feb 2023 15:43:41 +0100 Subject: [PATCH] Update README with Cloud, Lab and import info (#768) --- README.md | 52 +++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 41 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 820728ad0..da30c2b55 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,17 @@ 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. +## :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 + + ## :video_game: Memgraph Playground You don't need to install anything to try out Memgraph. Check out @@ -91,15 +102,34 @@ 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 -- Native support for machine learning -- Streaming support -- Replication -- Authentication and authorization -- ACID compliance +## :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. + +

+ + Memgraph Cloud + +

+ +## :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. + +

+ + Memgraph Cloud + +

+ +## :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. ## :bookmark_tabs: Documentation @@ -143,17 +173,17 @@ Memgraph Community is available under the [BSL license](./licenses/BSL.txt).
Memgraph Enterprise is available under the [MEL license](./licenses/MEL.txt). -## 🙋 Community +## :busts_in_silhouette: Community - :purple_heart: [**Discord**](https://discord.gg/memgraph) +- :ocean: [**Stack Overflow**](https://stackoverflow.com/questions/tagged/memgraphdb) - :busts_in_silhouette: [**Discourse forum**](https://discourse.memgraph.com/) -- :open_file_folder: [**Memgraph GitHub**](https://github.com/memgraph) - :bird: [**Twitter**](https://twitter.com/memgraphdb) - :movie_camera: [**YouTube**](https://www.youtube.com/channel/UCZ3HOJvHGxtQ_JHxOselBYg)

- Back to top + Back to top