majidazimi
- Karma
- 700
- Created
- August 7, 2013 (12y ago)
- Submissions
- 0
-
I was skimming through conference papers like ATC, OSDI, ... and there are many papers to build databases on top of NVM. Unfortunately I'm failing to find a useful resource to learn the structure of NVM (in particular…
-
Every now and then I see core teams of open source softwares who are struggling to develop their software in a sustainable manner. The question that surprises me is: what is wrong with 1$ subscription license per…
-
I'm mostly against platform dependent middle-ware for distributed systems. Examples are: Akka cluster, NodeJS cluster module, etc. It makes incremental/experimental migration/development much more difficult and…
-
I want to focus on database storage layer such as different data structures, concurrency techniques, file layouts, ... I really need some concurrent examples on these topics. Since many books says use B-tree for…
- zUID: Unique ID generator service (majidazimi.github.io)
- Native GlusterFS API for Java (github.com)
This project aims to be a complete implementation of a Java7/NIO.2 File System Provider backed by GlusterFS via libgfapi-jni
- GridGain 6.0 – Open Sourced Under Apache 2.0 (blog.gridgainsystems.com)
GridGain 6.0 is hands down the Most Advanced Open Source In-Memory Computing Platform generally available today.
- ActorDB (actordb.com)
A distributed SQL database with the scalability of a KV store.
- zlog - A reliable pure C logging library (hardysimpson.github.io)
zlog is a reliable, high-performance, thread safe, flexible, clear-model, pure C logging library.
-
The story begins with a simple idea: create a developer friendly, simple and lightweight inter-thread communication framework without using any locks, synchronizers, semaphores, waits, notifies; and no queues, messages,…
- ArangoDB (arangodb.org)
An open-source database with a flexible data model for documents, graphs, and key-values. Build high performance applications using a convenient sql-like query language or JavaScript extensions.
- Infinisql (infinisql.org)
InfiniSQL is the database for always on, rapid growth applications that need to collect and analyze in real time--even for complex transactions.
- How to Use MongoDB as a Pure In-memory DB (Redis Style) (java.dzone.com)
That would be really neat indeed if it was possible: one could leverage the advanced querying/indexing capabilities of MongoDB without hitting the disk. As you probably know the disk IO (especially random) is the system…
- UnQLite (unqlite.org)
UnQLite is an embedded NoSQL (Key/Value store and Document-store) database engine. Unlike most other NoSQL databases, UnQLite does not have a separate server process. UnQLite reads and writes directly to ordinary disk…
- Libarchive (libarchive.org)
Multi-format archive and compression library
-
WhiteDB is a lightweight NoSQL database library written in C, operating fully in main memory. There is no server process. Data is read and written directly from/to shared memory, no sockets are used between WhiteDB and…