Update README with Cloud, Lab and import info (#768)
This commit is contained in:
parent
8f70c5f2a5
commit
beaba0fc16
52
README.md
52
README.md
@ -56,6 +56,17 @@ to ensure that you’re getting the [best possible
|
|||||||
performance](http://memgraph.com/benchgraph) consistently and without surprises.
|
performance](http://memgraph.com/benchgraph) consistently and without surprises.
|
||||||
It’s also ACID-compliant and highly available.
|
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
|
## :video_game: Memgraph Playground
|
||||||
|
|
||||||
You don't need to install anything to try out Memgraph. Check out
|
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
|
Hub](https://memgraph.com/download) and the installation instructions in the
|
||||||
[official documentation](https://memgraph.com/docs/memgraph/installation).
|
[official documentation](https://memgraph.com/docs/memgraph/installation).
|
||||||
|
|
||||||
## :zap: Features
|
|
||||||
|
|
||||||
- Run Python, Rust, and C/C++ code natively, check out the
|
## :cloud: Memgraph Cloud
|
||||||
[MAGE](https://github.com/memgraph/mage) graph algorithm library
|
|
||||||
- Native support for machine learning
|
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.
|
||||||
- Streaming support
|
|
||||||
- Replication
|
<p align="left">
|
||||||
- Authentication and authorization
|
<a href="https://memgraph.com/docs/memgraph-cloud">
|
||||||
- ACID compliance
|
<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.
|
||||||
|
|
||||||
## :bookmark_tabs: Documentation
|
## :bookmark_tabs: Documentation
|
||||||
|
|
||||||
@ -143,17 +173,17 @@ Memgraph Community is available under the [BSL
|
|||||||
license](./licenses/BSL.txt).</br> Memgraph Enterprise is available under the
|
license](./licenses/BSL.txt).</br> Memgraph Enterprise is available under the
|
||||||
[MEL license](./licenses/MEL.txt).
|
[MEL license](./licenses/MEL.txt).
|
||||||
|
|
||||||
## 🙋 Community
|
## :busts_in_silhouette: Community
|
||||||
|
|
||||||
- :purple_heart: [**Discord**](https://discord.gg/memgraph)
|
- :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/)
|
- :busts_in_silhouette: [**Discourse forum**](https://discourse.memgraph.com/)
|
||||||
- :open_file_folder: [**Memgraph GitHub**](https://github.com/memgraph)
|
|
||||||
- :bird: [**Twitter**](https://twitter.com/memgraphdb)
|
- :bird: [**Twitter**](https://twitter.com/memgraphdb)
|
||||||
- :movie_camera:
|
- :movie_camera:
|
||||||
[**YouTube**](https://www.youtube.com/channel/UCZ3HOJvHGxtQ_JHxOselBYg)
|
[**YouTube**](https://www.youtube.com/channel/UCZ3HOJvHGxtQ_JHxOselBYg)
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<img src="https://img.shields.io/badge/⬆️back_to_top_⬆️-white" alt="Back to top" title="Back to top"/>
|
<img src="https://img.shields.io/badge/⬆️ back_to_top_⬆️-white" alt="Back to top" title="Back to top"/>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user