- May 14, 2016
-
-
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 03, 2016
-
-
Pawan Rawal authored
-
Pawan Rawal authored
-
Pawan Rawal authored
-
Pawan Rawal authored
preTraverse()
-
Pawan Rawal authored
Removed the unnecessary extract function and result struct. Now preTraverse directly acceses flatbuffers to get values and uidmatrix. Renamed struct fields in the protocol buffer schema file.
-
- May 02, 2016
-
-
Pawan Rawal authored
1. Removed client.go and client_test.go 2. Modified protocol buffer structure to have Values as a struct which contains byte slice. 3. Added support to calculate latency because of protocol buffer.
-
Pawan Rawal authored
1. Protocol buffer now stores a entity based subgraph instead of a predicate based subgraph.
-
Manish R Jain authored
-
- Apr 28, 2016
-
-
Pawan Rawal authored
Query would be needed to parse the Graph Response on the client side, hence sending it in the protocol buffer response.
-
- Apr 20, 2016
-
-
Pawan Rawal authored
1. Renamed GetResponse to Query in DGraph service. 2. Client now accepts the ip of the server as a flag instead of just the port. 3. Removed ToProtocolBuffer method, and added PreTraverse as a method for a Subgraph. 4. Renamed runServerForClient to runGrpcServer.
-
- Apr 19, 2016
-
-
Pawan Rawal authored
-
Pawan Rawal authored
-
Pawan Rawal authored
-
- Apr 13, 2016
-
-
Pawan Rawal authored
1. Added subgraph.proto file which has the message structure. 2. Added ToProtocolBuffer method which converts a subgraph to protocol buffer.
-
- Mar 11, 2016
-
-
Manish R Jain authored
-
- Feb 27, 2016
-
-
Ashwin authored
-
- Feb 26, 2016
-
-
Ashwin authored
-
Manish R Jain authored
-
- Feb 25, 2016
- Feb 15, 2016
-
-
Manish R Jain authored
-
- Feb 12, 2016
-
-
Ashwin authored
-
Ashwin authored
-
Manish R Jain authored
Remove gql module's dependency on query. Make it the other way round. GraphQL query string, now gets converted into query.SubGraph as an additional step run via query.ToSubGraph.
-
- Nov 23, 2015
-
-
Manish R Jain authored
Use cache for streaming entries instead of opening files for each posting list. Use iterator instead of channel while streaming entries.
-
- Nov 19, 2015
-
-
Manish R Jain authored
Loads of fixes and tweaks to make data loading work. Largely, the system is really fast in inserting data, but memory becomes a problem. So, running continuous memory checks, and if the db exceeds set memory, then stopping in world in batch load mode to deal with it first. In server mode, same code runs but without stopping the world.
-
- Nov 12, 2015
-
-
Manish R Jain authored
-
- Nov 06, 2015
-
-
Manish R Jain authored
-
Manish R Jain authored
-
Manish R Jain authored
-
- Nov 05, 2015
-
-
Manish R Jain authored
Make list matrix work, yeah! This would serialize uids for the next query, which would then again return a matrix, so on and so forth.
-
- Nov 03, 2015
-
-
Manish R Jain authored
-
- Oct 29, 2015
-
-
Manish R Jain authored
-
- Oct 23, 2015
-
-
Manish R Jain authored
-
- Oct 21, 2015
-
-
Manish R Jain authored
-