From 4cdeb6beb90d2ce9b892d8affbc8fe866383182b Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Wed, 25 Nov 2015 13:40:18 -0500 Subject: [PATCH] Update README to mention Postgres and remove unused trello board --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 79787c9..2e7cb71 100644 --- a/README.md +++ b/README.md @@ -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. -[![Build Status](https://travis-ci.org/google/cayley.png?branch=master)](https://travis-ci.org/google/cayley) [Trello Board](https://trello.com/b/KioFZb5O) +[![Build Status](https://travis-ci.org/google/cayley.png?branch=master)](https://travis-ci.org/google/cayley) ## 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: * [LevelDB](https://github.com/google/leveldb) * [Bolt](https://github.com/boltdb/bolt) + * [PostgreSQL](http://www.postgresql.org) * [MongoDB](https://www.mongodb.org) for distributed stores * In-memory, ephemeral * Modular design; easy to extend with new languages and backends