diff --git a/docs/clients.md b/docs/clients.md index 2fa1d73bcf..4223de19ad 100644 --- a/docs/clients.md +++ b/docs/clients.md @@ -4,52 +4,63 @@ The full functionality of RedisGraph is available through `redis-cli` and the Re ## Currently-available Libraries -| Project | Language | License | Author | URL | -| --------------- | ---------- | ------- | ---------------------------------- | ----------------------------- | -| redisgraph-py | Python | BSD | [Redis Labs][redisgraph-py-author] | [GitHub][redisgraph-py-url] | -| JRedisGraph | Java | BSD | [Redis Labs][JRedisGraph-author] | [GitHub][JRedisGraph-url] | -| redisgraph-rb | Ruby | BSD | [Redis Labs][redisgraph-rb-author] | [GitHub][redisgraph-rb-url] | -| redisgraph-go | Go | BSD | [Redis Labs][redisgraph-go-author] | [GitHub][redisgraph-go-url] | -| redisgraph.js | JavaScript | BSD | [Redis Labs][redisgraph.js-author] | [GitHub][redisgraph.js-url] | -| ioredisgraph | JavaScript | ISC | [Jonah][ioredisgraph-author] | [GitHub][ioredisgraph-url] | -| @hydre/rgraph | JavaScript | MIT | [Sceat][rgraph-author] | [Github][rgraph-url] | -| php-redis-graph | PHP | MIT | [KJDev][php-redis-graph-author] | [GitHub][php-redis-graph-url] | -| redisgraph_php | PHP | MIT | [jpbourbon][redisgraph_php-author] | [GitHub][redisgraph_php-url] | -| redisgraph-ex | Elixir | MIT | [crflynn][redisgraph-ex-author] | [GitHub][redisgraph-ex-url] | -| redisgraph-rs | RUST | MIT | [malte-v][redisgraph-rs-author] | [GitHub][redisgraph-rs-url] | +| Project | Language | License | Author | Stars | +| -------------------------------------- | ---------- | ------- | ---------------------------------- | ------------------------------------------------| +| [redisgraph-py][redisgraph-py-url] | Python | BSD | [Redis Labs][redisgraph-py-author] | [![redisgraph-py-stars]][redisgraph-py-url] | +| [JRedisGraph][JRedisGraph-url] | Java | BSD | [Redis Labs][JRedisGraph-author] | [![JRedisGraph-stars]][JRedisGraph-url] | +| [redisgraph-rb][redisgraph-rb-url] | Ruby | BSD | [Redis Labs][redisgraph-rb-author] | [![redisgraph-rb-stars]][redisgraph-rb-url] | +| [redisgraph-go][redisgraph-go-url] | Go | BSD | [Redis Labs][redisgraph-go-author] | [![redisgraph-go-stars]][redisgraph-go-url] | +| [redisgraph.js][redisgraph.js-url] | JavaScript | BSD | [Redis Labs][redisgraph.js-author] | [![redisgraph.js-stars]][redisgraph.js-url] | +| [ioredisgraph][ioredisgraph-url] | JavaScript | ISC | [Jonah][ioredisgraph-author] | [![ioredisgraph-stars]][ioredisgraph-url] | +| [@hydre/rgraph][rgraph-url] | JavaScript | MIT | [Sceat][rgraph-author] | [![rgraph-stars]][rgraph-url] | +| [php-redis-graph][php-redis-graph-url] | PHP | MIT | [KJDev][php-redis-graph-author] | [![php-redis-graph-stars]][php-redis-graph-url] | +| [redisgraph_php][redisgraph_php-url] | PHP | MIT | [jpbourbon][redisgraph_php-author] | [![redisgraph_php-stars]][redisgraph_php-url] | +| [redisgraph-ex][redisgraph-ex-url] | Elixir | MIT | [crflynn][redisgraph-ex-author] | [![redisgraph-ex-stars]][redisgraph-ex-url] | +| [redisgraph-rs][redisgraph-rs-url] | RUST | MIT | [malte-v][redisgraph-rs-author] | [![redisgraph-rs-stars]][redisgraph-rs-url] | [redisgraph-py-author]: https://redislabs.com [redisgraph-py-url]: https://github.com/RedisGraph/redisgraph-py +[redisgraph-py-stars]: https://img.shields.io/github/stars/RedisGraph/redisgraph-py.svg?style=social&label=Star&maxAge=2592000 [JRedisGraph-author]: https://redislabs.com [JRedisGraph-url]: https://github.com/RedisGraph/JRedisGraph +[JRedisGraph-stars]: https://img.shields.io/github/stars/RedisGraph/JRedisGraph.svg?style=social&label=Star&maxAge=2592000 [redisgraph-rb-author]: https://redislabs.com [redisgraph-rb-url]: https://github.com/RedisGraph/redisgraph-rb +[redisgraph-rb-stars]: https://img.shields.io/github/stars/RedisGraph/redisgraph-rb.svg?style=social&label=Star&maxAge=2592000 [redisgraph-go-author]: https://redislabs.com [redisgraph-go-url]: https://github.com/RedisGraph/redisgraph-go +[redisgraph-go-stars]: https://img.shields.io/github/stars/RedisGraph/redisgraph-go.svg?style=social&label=Star&maxAge=2592000 [redisgraph.js-author]: https://redislabs.com [redisgraph.js-url]: https://github.com/RedisGraph/redisgraph.js +[redisgraph.js-stars]: https://img.shields.io/github/stars/RedisGraph/redisgraph.js.svg?style=social&label=Star&maxAge=2592000 [rgraph-author]: https://github.com/Sceat [rgraph-url]: https://github.com/HydreIO/rgraph +[rgraph-stars]: https://img.shields.io/github/stars/HydreIO/rgraph.svg?style=social&label=Star&maxAge=2592000 [ioredisgraph-author]: https://github.com/Jonahss [ioredisgraph-url]: https://github.com/Jonahss/ioredisgraph +[ioredisgraph-stars]: https://img.shields.io/github/stars/Jonahss/ioredisgraph.svg?style=social&label=Star&maxAge=2592000 [php-redis-graph-author]: https://github.com/kjdev [php-redis-graph-url]: https://github.com/kjdev/php-redis-graph +[php-redis-graph-stars]: https://img.shields.io/github/stars/kjdev/php-redis-graph.svg?style=social&label=Star&maxAge=2592000 [redisgraph_php-author]: https://github.com/jpbourbon [redisgraph_php-url]: https://github.com/jpbourbon/redisgraph_php +[redisgraph_php-stars]: https://img.shields.io/github/stars/jpbourbon/redisgraph_php.svg?style=social&label=Star&maxAge=2592000 [redisgraph-ex-author]: https://github.com/crflynn [redisgraph-ex-url]: https://github.com/crflynn/redisgraph-ex +[redisgraph-ex-stars]: https://img.shields.io/github/stars/crflynn/redisgraph-ex.svg?style=social&label=Star&maxAge=2592000 [redisgraph-rs-author]: https://github.com/malte-v [redisgraph-rs-url]: https://github.com/malte-v/redisgraph-rs +[redisgraph-rs-stars]: https://img.shields.io/github/stars/malte-v/redisgraph-rs.svg?style=social&label=Star&maxAge=2592000 ## Implementing a client