Merge pull request #346 from barakmich/readme
Update README to mention Postgres and remove unused trello board
This commit is contained in:
commit
9658689995
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ Cayley is an open-source graph inspired by the graph database behind [Freebase](
|
||||||
|
|
||||||
Its goal is to be a part of the developer's toolbox where [Linked Data](http://linkeddata.org/) and graph-shaped data (semantic webs, social networks, etc) in general are concerned.
|
Its goal is to be a part of the developer's toolbox where [Linked Data](http://linkeddata.org/) and graph-shaped data (semantic webs, social networks, etc) in general are concerned.
|
||||||
|
|
||||||
[](https://travis-ci.org/google/cayley) [Trello Board](https://trello.com/b/KioFZb5O)
|
[](https://travis-ci.org/google/cayley)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|
@ -20,6 +20,7 @@ Its goal is to be a part of the developer's toolbox where [Linked Data](http://l
|
||||||
* Plays well with multiple backend stores:
|
* Plays well with multiple backend stores:
|
||||||
* [LevelDB](https://github.com/google/leveldb)
|
* [LevelDB](https://github.com/google/leveldb)
|
||||||
* [Bolt](https://github.com/boltdb/bolt)
|
* [Bolt](https://github.com/boltdb/bolt)
|
||||||
|
* [PostgreSQL](http://www.postgresql.org)
|
||||||
* [MongoDB](https://www.mongodb.org) for distributed stores
|
* [MongoDB](https://www.mongodb.org) for distributed stores
|
||||||
* In-memory, ephemeral
|
* In-memory, ephemeral
|
||||||
* Modular design; easy to extend with new languages and backends
|
* Modular design; easy to extend with new languages and backends
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue