- May 31, 2016
-
-
Ashwin Ramesh authored
-
- May 21, 2016
-
-
Manish R Jain authored
-
- May 11, 2016
-
-
Pawan Rawal authored
-
- May 03, 2016
-
-
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.
-
- 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.
-
Pawan Rawal authored
Parsing and modifying the subgraph returned in the response. Provided helper methods for the response.
-
- Apr 26, 2016
-
-
Pawan Rawal authored
-
Pawan Rawal authored
1. Added Values, HasValue and NumChildren functions
-
- Apr 20, 2016
-
-
Pawan Rawal authored
1. Port flag is now an integer. Client runs on port + 1 2. Made changes to README.md and testrun.sh to reflect this change. 3. Renamed variables
-
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
Also query is now input as a flag in the client
-
Pawan Rawal authored
-
Pawan Rawal authored
-
- Apr 18, 2016
-
-
Pawan Rawal authored
-
Pawan Rawal authored
-
Pawan Rawal authored
Client now gets back protocol buffer data and is able to parse it into protocol buffer Subgraph
-
- Apr 13, 2016
-
-
Pawan Rawal authored
Client establishes a TCP connection with server. Sends a sample query and parses response. Server listens to client, handles the query and sends back response.
-