- May 16, 2016
-
-
Pawan Rawal authored
-
- 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
-
- May 03, 2016
-
-
Manish R Jain authored
Functionality to find first N results
-
Manish R Jain authored
-
Manish R Jain authored
-
Manish R Jain authored
-
Manish R Jain authored
-
Manish R Jain authored
Added helper functions for Graph response to client
-
Pawan Rawal authored
-
Pawan Rawal authored
-
Manish R Jain 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.
-
Manish R Jain authored
-
Manish R Jain authored
-
- May 02, 2016
-
-
Pawan Rawal authored
-
Manish R Jain authored
-
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.
-
Manish R Jain authored
Set 1 min timeout on query processing
-
Pawan Rawal authored
1. Protocol buffer now stores a entity based subgraph instead of a predicate based subgraph.
-
Manish R Jain authored
-
Manish R Jain authored
-
Manish R Jain authored
-
Manish R Jain authored
-
Manish R Jain authored
-
- Apr 28, 2016
-
-
Pawan Rawal authored
-
Pawan Rawal authored
HasValue and Value now look for value iteratively instead of storing it in a map.
-
Pawan Rawal authored
Removed Populate() method for entity. Now Properties() and Children() are created during iteration.
-
Manish R Jain authored
links in README now point to discourse
-
Manish R Jain authored
-
Manish R Jain authored
-
Pawan Rawal authored
Parsing and modifying the subgraph returned in the response. Provided helper methods for the response.
-
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 26, 2016
-
-
Pawan Rawal authored
-
Manish R Jain authored
Fix bugs: Set GRPC server in Goroutine. Break out of loop if ServeRequest returns error -- this was causing the 100% CPU usage issue.
-