NoSQL
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.
Here are 2,163 public repositories matching this topic...
-
Updated
Jun 17, 2022 - TypeScript
Proxy based Redis cluster solution supporting pipeline and scaling dynamically
-
Updated
May 15, 2022 - Go
-
Updated
Jun 17, 2022 - C++
The observable class keeps the list of std::function<void(Args...)> subscribers onboard. When set (called) the value notifies all observers about the change. Being void the callback that needs to start an asynchronous operation can do nothing but send it into the background by ignoring the top-most future. It would be nice if observable::operator() returned back a future. This would requir
The Missing Web UI for Elasticsearch: Import, browse and edit data with rich filters and query views, create search UIs visually.
-
Updated
May 16, 2022 - CSS
LiteDB - A .NET NoSQL Document Store in a single data file - https://www.litedb.org
-
Updated
Jun 15, 2022 - C#
At LinkedIn, we are using this curriculum for onboarding our entry-level talents into the SRE role.
-
Updated
Jun 10, 2022 - HTML
TinyDB is a lightweight document oriented database optimized for your happiness :)
-
Updated
May 23, 2022 - Python
Pika is a nosql compatible with redis, it is developed by Qihoo's DBA and infrastructure team
-
Updated
May 31, 2022 - C++
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 Transactions, Full-Text indexing and Reactive Queries.
-
Updated
Jun 16, 2022 - Java
A curated list of the most important and useful resources about elasticsearch: articles, videos, blogs, tips and tricks, use cases. All about Elasticsearch!
-
Updated
Feb 13, 2022
Apache Lucene and Solr open-source search software
-
Updated
Jun 13, 2022
Fast lightweight Java Database for storing and syncing objects in Mobile & IoT
-
Updated
May 11, 2022 - Java
Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient
-
Updated
May 31, 2022 - JavaScript
MSSQL Storage
Lightweight and blazing fast key-value database written in pure Dart.
-
Updated
Jun 10, 2022 - Dart
ACID Document Database
-
Updated
Jun 17, 2022 - C#
-
Updated
Jun 17, 2022 - Java
Paper is a fast NoSQL-like storage for Java/Kotlin objects on Android with automatic schema migration support.
-
Updated
Jan 2, 2022 - Java
Hey Crew,
Nice job on gocql, I'm a fan...
For my production services, I could use notification events (via callback or channel) when the gocql client disconnects and reconnects to/from Cassandra. This is useful for higher-level application logic (ie: invoke alarms, stop reading from a durable message queue, etc).
After looking through the code, it looks like the connection information is not p
Automated NoSQL database enumeration and web application exploitation tool.
-
Updated
Feb 13, 2021 - Python
- Wikipedia
- Wikipedia


Sometimes it is needed to store compressed data in the DB. Unfortunately not all the DBs have built-in compression and FUSE compressed FSes are not available for every OS. So it may make sense to store compressed binary blobs in the DB.
Unfortunately when one sees them in DBeaver he sees them compressed, but often they are needed uncompressed. So it'd be nice to have a feature to decompress the