rv404674 / goRubuLinks
A URL shortener written in Go, with a Mongo based backend, Prometheus and Grafana based monitoring, Memcached based write-through caching. The whole application is also dockerized.
☆36Updated 3 years ago
Alternatives and similar repositories for goRubu
Users that are interested in goRubu are comparing it to the libraries listed below
Sorting:
- Fastglue is an opinionated, bare bones wrapper that glues together fasthttp and fasthttprouter to act as a micro HTTP framework.☆82Updated 4 months ago
- A distributed message queue.☆125Updated 10 months ago
- A sample project to upload big files by chunking them and uploading the chunks concurrently.☆15Updated 4 years ago
- Fault tolerant, sharded key value storage written in GoLang☆83Updated 2 years ago
- A round robin load balancer implemented in Go used to route requests across multiple servers☆42Updated 5 years ago
- Extremely fast, light weight, zero alloc logfmt logging library for Go.☆96Updated 2 years ago
- A distributed fault tolerant scheduler that is horizontally scalable 🔥☆98Updated 7 months ago
- Awesome list of most starred go frameworks on GitHub☆65Updated 3 years ago
- fastcache is an HTTP response caching package that plugs into fastglue that simplifies "dumb" caching of API endpoints.☆35Updated last month
- High Availability Routing and Queueing Application☆50Updated 3 years ago
- simplesessions is a Go session management library that is completely agnostic of HTTP libraries and frameworks, backend stores, and even …☆65Updated 2 months ago
- A tiny go package to manage HTTP requests with dead letter management/retry. Based on go-redis.☆18Updated 2 years ago
- New, intuitive, and fun online environment for learning, exploring, and experimenting with the Go programming language.☆19Updated 3 years ago
- Source code for my Go workshop which includes code samples about handling/throttling go routines and their graceful termination☆24Updated 4 years ago
- A lightweight job scheduler based on priority queue with timeout, retry, replica, context cancellation and easy semantics for job chainin…☆62Updated 5 years ago
- Basic service discovery implementation 🥳☆45Updated 2 years ago
- Highly scalable video streaming website built with microservices (Go, Docker, Kubernetes, PostgreSQL, gRPC, Redis, RabbitMQ, Prometheus, …☆74Updated 7 years ago
- Replicate and sync Kafka topics between clusters in realtime. Supports topic re-mapping, healthchecks, and hot failovers for high availab…☆73Updated 2 months ago
- A disk based KV store (based on Bitcask implementation)☆178Updated last year
- ☆37Updated last year
- Golang URL shortener and bookmarker service with UI, API, Cache, Hits Counter and forwarder using postgres and redis in backend, bulma in…☆148Updated last month
- Consistent hashing hashring implementation.☆34Updated last year
- A minimal implementation of the fault-tolerant job scheduler.☆22Updated 2 years ago
- Simple key-value storage server with http endpoints in golang☆42Updated 3 years ago
- Compress and embed static files and assets into Go binaries and access them with a virtual file system in production☆183Updated last year
- Load balancer Algorithms☆36Updated 6 months ago
- Drive higher confidence in making changes by detecting large blocks of untested functionality☆61Updated 3 years ago
- Simple Go HTTP middleware for reducing code substantially when building an API. `net/http` compatible.☆25Updated 4 years ago
- An email automation solution, written in Golang.☆197Updated 2 years ago
- Key-value store on top of Raft Consensus Algorithm