A NoSQL database refers to a database whose storage format is modeled differently from relational databases. Often NoSQL databases opt for simpler horizontal scaling to clusters of servers. NoSQL databases are often used for large data web applications.
#向量搜索引擎#Redis 是一款流行的内存型数据库,数据以键值对形式存储,常用作缓存和消息队列中间件。支持的数据类型有 Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps。
DBeaver 是一个通用的数据库管理工具和 SQL 客户端,支持 MySQL, PostgreSQL, Oracle, DB2, MSSQL, Sybase, Mimer, HSQLDB, Derby, 以及其他兼容 JDBC 的数据库。
#向量搜索引擎#Dragonfly 可能是最快的内存存储库,是Redis和Memcached替代品,完全兼容其API
A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/
翻译 - :computer:🔄:iphone:JavaScript应用程序的实时数据库
A flexible distributed key-value database that is optimized for caching and other realtime workloads.
NoSQL data store using the Seastar framework, compatible with Apache Cassandra and Amazon DynamoDB
翻译 - 使用seastar框架的NoSQL数据存储,与Apache Cassandra兼容
#数据库#arangodb 是一个多模型数据库,支持document文档、K/V、以及图的数据库
Proxy based Redis cluster solution supporting pipeline and scaling dynamically
翻译 - 基于代理的Redis集群解决方案,支持管道和动态扩展
#安卓#Realm 是一个用于移动端的嵌入式数据库,是SQLite的替代品
#面试#A curated list of awesome System Design (A.K.A. Distributed Systems) resources.
翻译 - 精选的出色系统设计(A.K.A.分布式计算)资源列表。
The official MongoDB Node.js driver
翻译 - 官方的MongoDB Node.js驱动程序
LiteDB - A .NET NoSQL Document Store in a single data file
翻译 - LiteDB-单个数据文件中的.NET NoSQL文档存储-https://www.litedb.org
A Web UI for Elasticsearch and OpenSearch: Import, browse and edit data with rich filters and query views, create reference search UIs.
翻译 - Elasticsearch缺少的Web UI:使用丰富的过滤器和查询视图导入,浏览和编辑数据,以可视方式创建搜索UI。
TinyDB is a lightweight document oriented database optimized for your happiness :)
翻译 - TinyDB is a lightweight document oriented database optimized for your happiness :)
Oracle 官方Docker配置仓库,存储有关 Oracle 产品和项目的Docker配置、镜像、以及Dockerfile示例