An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with rdb

A curated list of projects in awesome lists tagged with rdb .

https://github.com/ctripcorp/x-pipe

X-Pipe是由携程框架部门研发的Redis多数据中心复制管理系统。基于Redis的Master-Slave复制协议,实现低延时、高可用的Redis多数据中心、跨公网数据复制,并且提供一键机房切换,复制监控、异常报警等功能。开源版本和携程内部生产环境版本一致。

cross-datacenter keeper keeper-redis long-distance-replication psync2 rdb redis redis-xpipe replication replication-over-public-network

Last synced: 05 May 2025

https://github.com/leonchen83/redis-replicator

Redis replication tool. support sync, psync, psync2. can parse rdb, aof, mixed rdb and aof files. support redis-7.2

aof parser psync2 rdb redis redis-replication replication

Last synced: 05 Mar 2026

https://github.com/vipshop/redis-migrate-tool

A convenient and useful tool for migrating data between redis group.

aof migrate rdb redis redis-cluster redis-server twemproxy

Last synced: 26 Mar 2025

https://github.com/hdt3213/rdb

Golang implemented Redis RDB parser for secondary development and memory analysis

analyzer go parser rdb redis

Last synced: 15 May 2025

https://github.com/HDT3213/rdb

Golang implemented Redis RDB parser for secondary development and memory analysis

analyzer go parser rdb redis

Last synced: 14 Mar 2025

https://github.com/leonchen83/redis-rdb-cli

Redis rdb CLI : A CLI tool that can parse, filter, split, merge rdb and analyze memory usage offline. It can also sync 2 redis data and allow user define their own sink service to migrate redis data to somewhere.

analyze cli dashboard memory migrate rdb redis

Last synced: 05 Mar 2026

https://github.com/cnvogelg/amitools

Various tools for using AmigaOS programs on other platforms

adf amiga amigaos amitools hdf python3 rdb

Last synced: 16 Jun 2025

https://github.com/xaecbd/rct

RCT (Redis Computed Tomography) include parse redis rdb , slowlog analyze and clientlist analyze

rdb rdr redis redis-rdb-tools

Last synced: 30 Apr 2025

https://github.com/dumblepy/nim-allographer

A query_builder/ORM library inspired by Laravel/PHP and Orator/Python for Nim

database mariadb mysql nim nim-lang orm postgresql query-builder rdb sqlite3 surrealdb

Last synced: 12 Jun 2026

https://github.com/itsumura-h/nim-allographer

A query_builder/ORM library inspired by Laravel/PHP and Orator/Python for Nim

database mariadb mysql nim nim-lang orm postgresql query-builder rdb sqlite3 surrealdb

Last synced: 06 Apr 2025

https://github.com/ryogrid/samehadadb

Simple Relational Database Management System Implementation in Golang

bustub database dbms diy go golang rdb rdbms relational-databases skiplist skiplist-index sql

Last synced: 09 May 2025

https://github.com/catcherwong/rdb-tools

⚡ An analysis tool of the Redis/Valkey RDB files, which includes library and CLI.

analysis cli csharp library memory rdb redis valkey

Last synced: 13 Jul 2025

https://github.com/erpeng/godis-cli-bigkey

find big keys in redis

big-keys go rdb redis-cli

Last synced: 11 Jan 2026

https://github.com/taichi/kra

relational database access helper library

antlr4 postgresql rdb sql

Last synced: 08 Mar 2026

https://github.com/freakout42/macrocalc

Lotus 1-2-3 compatible spreadsheet for terminals with physics unit engine

1-2-3 123 complex complex-numbers dbase lotus lotus-1-2-3 physics rdb spreadsheet terminal units-of-measure xbase

Last synced: 06 Mar 2026

https://github.com/mnogu/simpledb-rs

simple RDBMS written in Rust

rdb rdbms rust rust-lang

Last synced: 22 Apr 2025

https://github.com/vczyh/redis-lib

Redis develop tools, implemented by pure Go.

aof go golang library rdb redis redis-rep redis-sync

Last synced: 29 Jun 2025

https://github.com/withlin/redis-canal-rs

a redis canal by rust

aof rdb rdb9 redis rust

Last synced: 12 Apr 2025

https://github.com/luckydrq/rdb-dataloader

Better dataloader for ralational database such as mysql

dataloader rdb

Last synced: 11 Oct 2025

https://github.com/libretro/webdb

A website to browse the content of the libretro RDB files

database game-database libretro no-intro rdb static-site-generator website

Last synced: 17 Jun 2025

https://github.com/guxingke/redis-tools

cli tools for redis

rdb redis

Last synced: 27 Jul 2025

https://github.com/swordfish90/libretro-sqlite-db

Convert libretro rdb files into sqlite

libretro rdb retroarch sqlite

Last synced: 16 Apr 2025

https://github.com/hy-zhengwei/hy.common.redis

Redis数据库访问操作类库

jedis rdb redis

Last synced: 12 May 2025

https://github.com/scaleway-terraform-modules/terraform-scaleway-rdb

Manage Relational Databases on Scaleway with Terraform.

mysql postgresql rdb scaleway scaleway-rdb terraform-module

Last synced: 22 Apr 2025

https://github.com/pirate-emperor/gocache

GoCache is a lightweight Redis clone in Go, supporting key-value storage, RDB persistence, partial replication, streams, and basic transactions. It provides essential Redis-like functionality with commands like SET, GET, XADD, and MULTI, designed for learning and experimentation.

command-handling go golang key-value-storage rdb redis-cache replication streams transactions

Last synced: 29 Jan 2026

https://github.com/jinjor/elm-insertable-key

Generates a new key between two keys

elm rdb

Last synced: 16 Mar 2025

https://github.com/zazuko/xrm-r2rml-workflow

All you need to convert relational databases (RDB) to RDF in a declarative & fully automated way.

ontop r2rml rdb rdf sql

Last synced: 12 Mar 2025

https://github.com/hardiksinghbehl/checkbox-values-bitfield-enum-poc

POC to demonstrate storing values of all checkboxes displayed on an UI component, in a single column of a table instead of creating a separate table and mapping each checkbox as a column

bitfield database enumset java rdb

Last synced: 01 May 2026

https://github.com/ae-foster/rdbgenerate

Utility for generating Redis dump (.rdb) files from Python native objects

databases encoding rdb redis

Last synced: 12 Apr 2026

https://github.com/c0mm4nd/rdb-cli

Parse Redis dump.rdb files, Analyze Memory, and Export Data to JSON, forked from redis-rdb-tools but with latest redis support

cli json rdb redis redis-client

Last synced: 09 May 2026

https://github.com/aero25x/redis-rdb-convert

Python-based Redis RDB parser that converts Redis dump.rdb files to JSON format. Perfect for migrating Redis data, backup analysis, or debugging Redis databases. Supports RDB version 12 (Redis 7.x) with full parsing of strings, lists, sets, sorted sets (ZSET), hashes, streams, and more.

json-rdb python-redis-rdb rdb rdb-convert rdb-json rdb-parser rdb-python redis-rdb

Last synced: 09 Oct 2025

https://github.com/go-bumbu/timeseries

simple time series library on RDB persistence

golang golang-library gorm gorm-orm rdb time-series

Last synced: 08 Mar 2026

https://github.com/michimani/lambda-rdb-test

In this repository, you can try to see how the number of DB connections changes depending on the implementation method when connecting to RDB from Lambda functions implemented in Go.

golang lambda-functions mysql rdb

Last synced: 16 May 2026

https://github.com/joshuawscott/rdb_parser

Redis .rdb backup file parsing

elixir rdb redis

Last synced: 15 May 2026

https://github.com/amirhaytham/super-market-branches-administration-system

A Data Base Console Application for Super Market which has distributed branches in different governorates. The Project is a file-based system attached with ERD

console-application cplusplus cpp cpp11 cpp14 cpp17 data-base entities erd file-based-db file-based-system flatfile governorates market market-branches-administration rdb

Last synced: 02 Jul 2025

https://github.com/spacetab-io/rdb-bridge-php

Rdb bridge (spacetab-io/rdb) to use migration and seed commands with our configuration (spacetab-io/configuration).

migration php rdb

Last synced: 09 Apr 2025

https://github.com/xpdojo/rdb

Relational Database

rdb rdbms relational-databases sql

Last synced: 12 Jan 2026

https://github.com/alpayabdullayev/pizzav-mysql

PizzaV-MySQL is a Node.js server application for managing pizza orders, featuring a well-structured codebase with dedicated folders for configuration, controllers, helpers, middleware, routes, services, and utilities."

expressjs multer mysql mysql-database nodejs rdb rest-api

Last synced: 10 Apr 2026