module
Version:
v0.0.0-...-8a36059
Opens a new window with list of versions in this module.
Published: Jan 16, 2022
License: MIT
Opens a new window with license information.
README
¶
Maestro-DB
A distributed append only commit log used for quick writes and reads to any scale
Part 1 - Scaffolding
Part-1 Notes
- Going to start off with building a simple Json over HTTP commit log
- Purge json use in favor for protobufs
- Wirte a log package which will be used for storing and looking up data
Part 2 - Networking
Part-2 Notes
- Setup and server and client to to define actions via gRPC
- Setup SSL/TLS to encrypt our data exchange between the client and the server
- Add in observibility...Metrics + Logs
Part 3 - Distribute
- Make our services dicoverable
- Cordinate our microservices using consensus
- Load balancing
Part 4 - Deployment
- Deploy codebase with Kubernetes locally
- Add in terraform to deploy on GKE
- Stess testing for benchmarking performance
- Prom metrics
- Tracing
- Add indexing options starting with B-Tree and evaluate other indexing options
Part 7 - UI
- Build out GraphQL layer that gets wrapped into the protobuf...Potentially swagger docs
- Front end that can be the overload to the entire project.
Part 8 - CI/CD
- Build out github actions and ensure test coverage is at 100%
Part 1000 - Profits

Technologies Used
-
Cosmik Air - ☁️ Live reload for Go apps
-
Evans Client - RPC client that allows you to construct and send requests to gRPC server in an interactive shell
-
Godoc - Extracts and generates documentation for Go programs.It runs as a web server and presents the documentation as a web page.
-
GHZ - Load testing tool to enable better benchmarking
-
Open Cencus - Tracing lib
-
Go-Proto-GQL - Converts protobufs into tangible GraphQL end points
-
gRPC-Cheat-Sheet - Link to all the awesome gRPC projects out there
Directories
¶
api
|
|
|
|
|
internal
|
|
|
|
|
|
|
START: begin |
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.