- Jun 03, 2016
-
-
Manish R Jain authored
-
- Jun 01, 2016
-
-
Pawan Rawal authored
-
Pawan Rawal authored
-
- May 31, 2016
-
-
Ashwin Ramesh authored
-
- May 27, 2016
-
-
Ashwin Ramesh authored
-
- May 24, 2016
-
-
Manish R Jain authored
-
- May 22, 2016
-
-
Pawan Rawal authored
-
- May 21, 2016
-
-
Manish R Jain authored
-
- May 20, 2016
-
-
Manish R Jain authored
-
Pawan Rawal authored
-
- May 17, 2016
-
-
Manish R Jain authored
Convert bytes to string before JSON encoding during ToJson. Switch to 2 servers. Add profiling info for loader.
-
Pawan Rawal authored
-
Manish R Jain authored
Have a flag to forbit mutations on a server. Very useful for the live demo, or other read-only situations.
-
Pawan Rawal authored
Changing type of value from interface to []byte Making sure tests pass. Addressing todo and fixing tests in query_test.go Removing parseValue function.
-
Manish R Jain authored
-
Manish R Jain authored
-
Manish R Jain authored
-
- May 16, 2016
-
-
Manish R Jain authored
-
Manish R Jain authored
-
Manish R Jain authored
Enable vendoring using GOVENDOR
-
Manish R Jain authored
Benchmarking
-
Pawan Rawal authored
-
The Zelus authored
-
Pawan Rawal authored
-
Pawan Rawal authored
-
Manish R Jain authored
-
The Zelus authored
Resolves - https://discuss.dgraph.io/t/vendoring-dependencies-for-dgraph/177 Pertaining to the discussion mentioned above: GLOCKFILE has been removed, README has been updated, and vendor/vendor.json has been added. At this point of time we are only adding dependency information file(vendor.json) and not the actual dependencies. This commit also helps avoiding installation of dependencies in $GOPATH if vendor directory is synced using govendor.
-
- May 14, 2016
-
-
Pawan Rawal authored
-
Pawan Rawal authored
1. Changing extension of files with binary data to .bin. 2. Running separate benchmark for each query according to numElements in their result.
-
- May 12, 2016
-
-
Pawan Rawal authored
-
Pawan Rawal authored
1. Exporting query and result byte slices inside SubGraph so that they are written to file when we write the SubGraph to file after gobencoding it. 2. Added benchmark test to benchmark ToJSON and ToProtocolBuffer methods for actors and directors query for 10,100 and 1000 entities in the result.
-
- May 11, 2016
-
-
Pawan Rawal authored
-
Manish R Jain authored
Output the offending line in error log if rdf.Parse fails.
-
- May 10, 2016
-
-
Manish R Jain authored
-
- May 09, 2016
-
-
Manish R Jain authored
Grpcerror
-
- May 05, 2016
-
-
Pawan Rawal authored
-
Pawan Rawal authored
-
Pawan Rawal authored
-
- May 03, 2016
-
-
Manish R Jain authored
Functionality to find first N results
-
Manish R Jain authored
-