Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kgolubic authored Jun 21, 2022
1 parent 80afbad commit 0ec8c43
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,23 +25,23 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. F

### Documentation

- [Memgraph documentation](https://memgraph.com/docs) -  Guides, samples and references to analyze your data with Memgraph.
- [Memgraph documentation](https://memgraph.com/docs) - Guides, samples and references to analyze your data with Memgraph.

- [Getting started with Memgraph](https://memgraph.com/docs/memgraph)-Memgraph is the platform for graph computation on streaming data. It's an end-to-end platform designed to solve complex graph problems in real-time and accelerate graph application development.
- [Getting started with Memgraph](https://memgraph.com/docs/memgraph) - Memgraph is the platform for graph computation on streaming data. It's an end-to-end platform designed to solve complex graph problems in real-time and accelerate graph application development.

- [Getting started with Cypher](https://memgraph.com/docs/cypher-manual)-Cypher is the most widely adopted, fully-specified, and open query language for property graph databases. It provides an intuitive way to work with property graphs.
- [Getting started with Cypher](https://memgraph.com/docs/cypher-manual) - Cypher is the most widely adopted, fully-specified, and open query language for property graph databases. It provides an intuitive way to work with property graphs.

### Docker images

- [Memgraph Docker images](https://hub.docker.com/u/memgraph).

### Tools

- [Memgraph Lab](https://memgraph.com/lab)-Memgraph Lab is a lightweight and intuitive visual user interface and the easiest way to explore and manipulate your Memgraph data.
- [Memgraph Lab](https://memgraph.com/lab) - Memgraph Lab is a lightweight and intuitive visual user interface and the easiest way to explore and manipulate your Memgraph data.

- [GQLAlchemy](https://github.com/memgraph/gqlalchemy)-GQLAlchemy is a fully open-source Python library and Object Graph Mapper (OGM) - a link between graph database objects and Python objects.
- [GQLAlchemy](https://github.com/memgraph/gqlalchemy) - GQLAlchemy is a fully open-source Python library and Object Graph Mapper (OGM) - a link between graph database objects and Python objects.

- [MAGE](https://github.com/memgraph/mage)-Memgraph Advanced Graph Extensions (MAGE) is an open-source repository that contains graph algorithms and modules written by the team behind Memgraph and its users in the form of query modules.
- [MAGE](https://github.com/memgraph/mage) - Memgraph Advanced Graph Extensions (MAGE) is an open-source repository that contains graph algorithms and modules written by the team behind Memgraph and its users in the form of query modules.

## Articles

Expand Down

0 comments on commit 0ec8c43

Please sign in to comment.