Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aesteve/vertx-dgraph-client
Small example showing how to use vertx-grpc client in order to target a running dgraph service
https://github.com/aesteve/vertx-dgraph-client
dgraph dgraph-client grpc java vertx
Last synced: 16 days ago
JSON representation
Small example showing how to use vertx-grpc client in order to target a running dgraph service
- Host: GitHub
- URL: https://github.com/aesteve/vertx-dgraph-client
- Owner: aesteve
- Created: 2018-06-20T13:34:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T07:52:40.000Z (almost 6 years ago)
- Last Synced: 2024-10-30T14:24:43.811Z (2 months ago)
- Topics: dgraph, dgraph-client, grpc, java, vertx
- Language: Java
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- vertx-awesome - DGraph - An example on how to build a Vert.x gRPC compliant client. Here targeting [dgraph](https://dgraph.io) (Database Clients)
README
## Vert.x DGraph Client
[DGraph](https://dgraph.io) is an open source, scalable, distributed, highly available and fast graph database, designed from ground up to be run in production.
Since it's accessible through gRPC calls, it's accessible using Vert.x gRPC client.
This project provides a simple example of how to build a Vert.x client from a [.proto definition](https://raw.githubusercontent.com/dgraph-io/dgraph4j/master/src/main/proto/api.proto), with Gradle Kotlin DSL and [vertx-grpc](https://vertx.io/docs/vertx-grpc/java/)
It's based on the [official Java client for Dgraph](https://github.com/dgraph-io/dgraph4j).