betty200744 / ultimate-postgresql-mysqlLinks
This repo contains my notes on working with postgresql and mysql and mongodb
☆17Updated 4 years ago
Alternatives and similar repositories for ultimate-postgresql-mysql
Users that are interested in ultimate-postgresql-mysql are comparing it to the libraries listed below
Sorting:
- Consistent hashing hashring implementation.☆36Updated last year
- High Availability Routing and Queueing Application☆50Updated 4 years ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆96Updated last year
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 7 months ago
- Easy to use Raft library to make your app distributed, highly available and fault-tolerant☆75Updated 3 years ago
- Rate limiter service built in Golang☆44Updated 4 years ago
- Connection pool for Go's net.Conn interface☆127Updated 3 years ago
- Experiments with Go generics☆100Updated 4 years ago
- A Go implementation of an in-memory bloom filter, with support for boltdb and badgerdb as optional data persistent storage.☆29Updated 3 years ago
- Expression evaluator for Go☆77Updated 7 months ago
- ☆28Updated 3 years ago
- In memory sharded cache implementation☆35Updated 4 years ago
- Simple Go + Consul Distributed System☆56Updated 6 years ago
- A lightweight job scheduler based on priority queue with timeout, retry, replica, context cancellation and easy semantics for job chainin…☆63Updated 5 years ago
- Single producer and multi-reader lockless ring buffer in go using generics from the go 1.18.x release. It is significantly faster than ch…☆163Updated 2 years ago
- Manage data in Go with a simple key-value interface supporting various databases. [Moved]☆16Updated last year
- Simple expression evaluation engine for Go☆72Updated 4 years ago
- Fault tolerant, sharded key value storage written in GoLang☆84Updated 2 years ago
- Go implementation of Bitcask - A Log-Structured Hash Table for Fast Key / Value Data☆37Updated last year
- JSON parser/explorer☆57Updated 11 months ago
- A collection of best practices and lessons learnt from applying concurrency in go.☆111Updated 7 months ago
- A simple, single binary, message queue. Supports HTTP/2 and Redis Protocol.☆207Updated 2 years ago
- When storing a value in a Go interface allocates memory on the heap.