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,183 public repositories matching this topic...
-
Updated
Jul 6, 2022 - TypeScript
-
Updated
May 15, 2022 - Go
-
Updated
Jul 6, 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
-
Updated
May 16, 2022 - CSS
-
Updated
Jun 24, 2022 - C#
-
Updated
Jun 29, 2022
-
Updated
Jun 10, 2022 - HTML
-
Updated
Jul 6, 2022 - Python
-
Updated
Jun 27, 2022 - C++
-
Updated
Jul 5, 2022 - Java
-
Updated
Feb 13, 2022
-
Updated
Jul 5, 2022
-
Updated
Jul 5, 2022 - Java
-
Updated
May 31, 2022 - JavaScript
MSSQL Storage
-
Updated
Jul 5, 2022 - Dart
-
Updated
Jul 6, 2022 - C#
-
Updated
Jun 21, 2022 - Java
-
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
- Wikipedia
- Wikipedia

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

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