Categorygithub.com/hojulian/microdb
module
0.1.7
Repository: https://github.com/hojulian/microdb.git
Documentation: pkg.go.dev

# README

MicroDB

MicroDB is a distributed data store for providing highly available, isolated data access to existing R-DBMS or other data stores designed for a service-oriented architecture.

This is part of MicroDB research 2020-2021.

Note: This is a toy implementation of the paper, it is not production ready!

Research

Benchmark

Use

# Packages

Package client represents a MicroDB client.
No description provided by the author
Package microdb includes all application level components used either with MicroDB client or with in MicroDB system.
Package publisher contains library functions for MicroDB publisher.
Package querier contains library functions for MicroDB querier.
Package query provides query building and parsing functionalities used by both MicroDB client and external users.