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。
A fast, local first, reactive Database for JavaScript Applications https://rxdb.info/
翻译 - :computer:🔄:iphone:JavaScript应用程序的实时数据库
A flexible distributed key-value datastore that is optimized for caching and other realtime workloads.
NoSQL data store using the seastar framework, compatible with Apache Cassandra
翻译 - 使用seastar框架的NoSQL数据存储,与Apache Cassandra兼容
#数据库# arangodb 是一个多模型数据库,支持document文档、K/V、以及图的数据库
Proxy based Redis cluster solution supporting pipeline and scaling dynamically
翻译 - 基于代理的Redis集群解决方案,支持管道和动态扩展
#面试# A curated list of awesome System Design (A.K.A. Distributed Systems) resources.
翻译 - 精选的出色系统设计(A.K.A.分布式计算)资源列表。
At LinkedIn, we are using this curriculum for onboarding our entry-level talents into the SRE role.
翻译 - 在LinkedIn,我们正在使用此课程将入门级人才培养为SRE角色。
Pika is a Redis-Compatible database developed by Qihoo's infrastructure team.
翻译 - Pika是与Redis兼容的Nosql,由奇虎的DBA和基础架构团队开发
Apache IoTDB(物联网数据库)是一体化收集、存储、管理与分析物联网时序数据的软件系统。 Apache IoTDB 采用轻量式架构,具有高性能和丰富的功能,并与Apache Hadoop、Spark和Flink等进行了深度集成,可以满足工业物联网领域的海量数据存储、高速数据读取和复杂数据分析需求。
OrientDB is the most versatile DBMS supporting Graph, Document, Reactive, Full-Text and Geospatial models in one Multi-Model product. OrientDB can run distributed (Multi-Master), supports SQL, ACID Tr...
翻译 - OrientDB是功能最齐全的DBMS,在一个多模型产品中支持图形,文档,反应式,全文,地理空间和键值模型。 OrientDB可以运行分布式(多主数据库),支持SQL,ACID事务,全文本索引和反应式查询。 OrientDB Community Edition是使用宽松的Apache 2许可证的开放源代码。
#搜索# Apache Lucene 和 Solr 已迁移至各自独立的仓库
A generic dynamo implementation for different k-v storage engines
翻译 - 适用于不同k-v存储引擎的通用dynamo实现