Skip to content
TheRook edited this page Aug 26, 2023 · 3 revisions

CampfireDB is an ideal database for dapps. It is a drop-in replacement for centralized DBMS's like MongoDB, allowing your app to be more robust.

A client-first database can be used to build an app that is more efficient than a traditional Web2 LAMP stack. With the advent of gRPC a browser or video game, or IoT device can connect directly to the database backend to receive real-time updates.

We are a fork of GraphikDB: https://github.com/graphikDB/graphik

Which provides many great features including a gRPC interface for the following:

  • key/value
  • pub/sub
  • Multiplexing
  • Filesystem
  • Document Store
  • Search
  • GraphQL

Clone this wiki locally