pgcapture
rueidis
pgcapture | rueidis | |
---|---|---|
3 | 28 | |
237 | 1,274 | |
9.3% | - | |
6.9 | 8.6 | |
19 days ago | over 1 year ago | |
Go | Go | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
pgcapture
- Pgcapture – CDC Framework for PostgreSQL in Golang
-
Concurrency mutex patterns general question
Use Change Data Capture techniques to synchronize your replicas. This tool may help you if you are using PostgreSQL https://github.com/rueian/pgcapture
- A Scalable Netflix DBLog (A Change Data Capture) Implementation for PostgreSQL
rueidis
- Redis with golang
-
understanding a opensource project - golang beginner
I have a redis client library which code base is small while it uses some advanced techniques to achieve better performance. I think it is worth reading https://github.com/rueian/rueidis
-
Go-Redis Is Now an Official Redis Client
Want to say +1 for Rueidis. It's a very fast, well-maintained library. It's already adopted by several large open-source projects (see https://github.com/rueian/rueidis/network/dependents). Nothing to say against go-redis though - it's very good too.
-
rueidis v0.0.90: an almost zero allocation redis client library
Hi folks, I am pleased to introduce you rueidis v0.0.90, a Redis client library that can help you access Redis server with little or almost zero allocation on your application side.
-
Redis driver supports at-least-once delivery
Hi rtsov, I also like to have this kind of amqp functionality in rueidis https://github.com/rueian/rueidis.
-
can I use go-cache as session manager ?
You can also use redis to store sessions remotely, and use its client-side caching feature for better performance: https://github.com/rueian/rueidis
-
What have you learnt from your Golang experience ?
All these help me build a fast redis client library: https://github.com/rueian/rueidis
-
Concurrency mutex patterns general question
Use redis+client-side caching to implement your replicas. This can help you: https://github.com/rueian/rueidis
-
rueian/rueidis v0.0.81: A fast Redis client that supports Client-Side Caching and Auto Pipelining
Actually it is also beneficial for applications using redis for distributed locks magement. Redis can now notify clients the state of their locks proactively. https://github.com/rueian/rueidis/tree/master/rueidislock
-
Best packages?
rueidis For fast client-side caching, distributed locking and Pub/Sub with Redis.
What are some alternatives?
jet - Type safe SQL builder with code generation and automatic query result data mapping
redis - Type-safe Redis client for Golang [Moved to: https://github.com/redis/go-redis]
transfer - Database replication platform that leverages change data capture. Stream production data from databases to your data warehouse (Snowflake, BigQuery, Redshift, Databricks) in real-time.
go-deadlock - Online deadlock detection in go (golang)
go-json - Fast Go JSON encoder for large arrays of objects
pgjobs - Go and PostgreSQL job queue blueprint
Redis - Redis Go client
imsy - simple incremental pull of immutable large files
rueidis - A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc.
SQLBoiler - Generate a Go ORM tailored to your database schema.
go - The Go programming language