Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up-
dgraph.io
- San Francisco
- Sign in to view email
- dgraph.io
Popular repositories
2 contributions in the last year
Contribution activity
October 2019
Created a pull request in dgraph-io/benchmarks that received 1 comment
A program to generate RDF file that can then be ingested into dgraph.
Primarily created to test performance. Currently, it generates RDF with string data type values. You can pass in commands line arguments to configu…
+62
−0
•
1
comment
Created an issue in dgraph-io/tutorial that received 2 comments
The query in Step 6 doesn't return correct results.
{ everyone(func: anyofterms(name, "Michael Amit")) { name friend { name@ru:ko:en friend { expand(_all_) { expand(_all_) } } } }
}
The above query …
2
comments