Skip to content

A language-neutral graph object database that addresses data conversion and over-fetching issues.

License

Notifications You must be signed in to change notification settings

nerdslab-club/GODB

Repository files navigation

A Example project written in go demonstrating Graph Object Database (GODB)

Proposed Features

  • Con-current
  • Distributed
  • Redundancy
  • Failure Recovery
  • Transaction
  • Deadlock Avoidance

Image

Serialization Deserialization

We need serialization and deserialization in two steps

  1. To save the data to database along with schema. -> go-avro
  2. To Communicate via RPC with among clint-server. -> gRPC with Protocol buffer

Brain-teaser: How to gather schema in protocol-buffer from user to generate data-object specific methods. (Future scope)

About

A language-neutral graph object database that addresses data conversion and over-fetching issues.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages