dgraph4j
dgraph4j copied to clipboard
Official Dgraph Java client
Fixes #84 Todo - * [ ] Publish shadow jar on maven central * [x] Shadow grpc dependency => Not doing it, this could cause issues because the project using...
docker-compose.yml ``` version: "3.5" services: zero1: image: dgraph/dgraph:latest container_name: zero1 working_dir: /data/zero1 ports: - 5180:5180 - 6180:6180 labels: cluster: test service: zero volumes: - type: bind source: $GOPATH/bin target: /gobin...
Updating codeowners to map to GitHub Team for easier management
Hi, We were planning to use the java driver, turns out vulnerable: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-25647 Can we please have som updated library?
With DgraphProto.Node removed, how can I build nodes and edges and store them in dgraph?
WIP