- May 17, 2016
-
-
Manish R Jain authored
Have a flag to forbit mutations on a server. Very useful for the live demo, or other read-only situations.
-
- 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 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.
-
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
-
- Apr 26, 2016
-
-
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.
-
- 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
-
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
Client now gets back protocol buffer data and is able to parse it into protocol buffer Subgraph
-
- Apr 13, 2016
-
-
Manish R Jain authored
-
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.
-
- Mar 11, 2016
-
-
Manish R Jain authored
-
- Mar 01, 2016
-
-
Manish R Jain authored
Handle absense of mutation or query in GraphQL. Fix bugs in goroutine's variable access, and pointer assignment to mutationArray.
-
- Feb 29, 2016
-
-
Manish R Jain authored
Assign uids for xids over the network. Convert NQuads to Edges using the assigned uids, and then apply these as mutations over the network.
-
Manish R Jain authored
-
- Feb 27, 2016
-
-
Ashwin authored
-
- Feb 26, 2016
-
-
Manish R Jain authored
-
Ashwin authored
-
Manish R Jain authored
-
Ashwin authored
-
Ashwin authored
-
- Feb 25, 2016
- Feb 24, 2016
-
-
Manish R Jain authored
-
- Feb 15, 2016
-
-
Ashwin authored
-
Manish R Jain authored
-
- Feb 13, 2016
-
-
Ashwin authored
-
- Feb 12, 2016
-
-
Ashwin authored
-
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.
-