Skip to content
Snippets Groups Projects
  1. May 31, 2016
  2. May 21, 2016
  3. May 11, 2016
  4. May 03, 2016
    • Pawan Rawal's avatar
      Refactored · 5a62b48a
      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.
      5a62b48a
  5. May 02, 2016
    • Pawan Rawal's avatar
      Refactoring · 71d7ba2c
      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.
      71d7ba2c
  6. Apr 28, 2016
  7. Apr 26, 2016
  8. Apr 20, 2016
    • Pawan Rawal's avatar
      Formatting changes · 0d4dbd41
      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
      0d4dbd41
    • Pawan Rawal's avatar
      Refactoring · 87955a74
      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.
      87955a74
  9. Apr 19, 2016
  10. Apr 18, 2016
  11. Apr 13, 2016
    • Pawan Rawal's avatar
      Adding support for client. · d0eb73e2
      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.
      d0eb73e2
Loading