Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.

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

 
 
 

Contributors

Languages