Here are
107 public repositories
matching this topic...
A library that provides an embeddable, persistent key-value store for fast storage.
The Universal Storage Engine
A very fast transactional key-value, embedded database storage engine in Fractal-Tree. Teaching/Research purposes only.
Persistence layer for redux with flexible backends
Updated
Apr 12, 2017
JavaScript
Engula is a distributed key-value store, used as a cache, database, and storage engine.
Pure PHP NoSQL database with no dependency. Flat file, JSON based document database.
A fast, log structured key-value store.
Updated
Dec 14, 2021
Java
Pure Rust LSM-tree based embedded storage engine
Updated
Jun 17, 2022
Rust
High-Performance Java-Native-Persistence. Store and load any Java Object Graph or Subgraphs partially, Relieved of Heavy-weight JPA. Microsecond Response Time. Ultra-High Throughput. Minimum of Latencies. Create Ultra-Fast In-Memory Database Applications & Microservices.
Kalasa is a NoSQL database and provides more data structures for ease of use.
redux-persist storage engine for react-native-sensitive-info
Updated
Feb 11, 2021
JavaScript
🍃 GridFS storage engine for Multer to store uploaded files directly to MongoDb
Updated
Jul 4, 2022
TypeScript
An example Rust + C# hybrid application
The Unnamed Persistence Library
Auklet is a high performance storage engine based on Openstack Swift
Bring RocksDB to PostgreSQL as an extension. It is the first foreign data wrapper (FDW) that introduces LSM-tree into PostgreSQL. The underneath storage engine can be RocksDB. The FDW also serves for VidarDB engine, a versatile storage engine for various workloads. See the link for more info about VidarDB engine.
What is possible, not what is What it could be, not what it is A more secure way of doing… everything
Updated
Jun 8, 2022
TypeScript
Persistence library that provides common data structures as composable elements to abstract any storage engine, including (No)SQL databases.
A simple sql database written in rust.
BBoxDB is a scalable, highly available, and distributed data store for multi-dimensional big data. The software supports operations like multi-dimensional range queries and spatial joins. In addition, data streams are supported.
Kunlun-storage is the storage component for Kunlun distributed DBMS. It's developed based on percona-mysql-8.0.x and contains exclusive features used by Kunlun distributed DBMS, performance enhancements and XA transaction crash safety enhancements without which MySQL would not be able to execute XA transactions reliably.
Embeddable key-value database engine in pure TypeScript, based on LSM-Tree
Updated
Jun 23, 2022
TypeScript
PHP Flat File Database Manager
Storage Server for AVideo Platform Open-Source
Opensource Library for the GO programming language
PHP lightweight NoSQL database library, flat file JSON.
💾 Persistence provides a pretty easy API to handle Storage's implementations.
Updated
Aug 11, 2021
TypeScript
OST Storage is a collection of data storage services
Updated
Sep 15, 2020
JavaScript
Improve this page
Add a description, image, and links to the
storage-engine
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
storage-engine
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Now, we use rocksdb as metadata storage, for Get and Iterate operations, rocksdb yields
rocksdb::Slicethat stands for key/values.For
rocksdb::Slice, is almost same withstring_viewin C++17,StringPiecein chromium. And they have the same idea behind it - they are just