All Projects → in-memoriam → in-memoriam

in-memoriam / in-memoriam

Licence: Apache-2.0 License
Lightweight, super fast, atomic, transactional in-memory database

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to in-memoriam

Summitdb
In-memory NoSQL database with ACID transactions, Raft consensus, and Redis API
Stars: ✭ 1,295 (+9861.54%)
Mutual labels:  nosql, in-memory
Sharedhashfile
Share Hash Tables With Stable Key Hints Stored In Memory Mapped Files Between Arbitrary Processes
Stars: ✭ 380 (+2823.08%)
Mutual labels:  nosql, in-memory
Ignite Book Code Samples
All code samples, scripts and more in-depth examples for the book high performance in-memory computing with Apache Ignite. Please use the repository "the-apache-ignite-book" for Ignite version 2.6 or above.
Stars: ✭ 86 (+561.54%)
Mutual labels:  nosql, in-memory
Grest
Build REST APIs with Neo4j and Flask, as quickly as possible!
Stars: ✭ 102 (+684.62%)
Mutual labels:  nosql, restful
Nuster
A high performance HTTP proxy cache server and RESTful NoSQL cache server based on HAProxy
Stars: ✭ 1,825 (+13938.46%)
Mutual labels:  nosql, restful
Task Easy
A simple, customizable, and lightweight priority queue for promises.
Stars: ✭ 244 (+1776.92%)
Mutual labels:  lightweight, in-memory
pickledb-rs
PickleDB-rs is a lightweight and simple key-value store. It is a Rust version for Python's PickleDB
Stars: ✭ 116 (+792.31%)
Mutual labels:  lightweight, nosql
k2hash
K2HASH - NoSQL Key Value Store(KVS) library
Stars: ✭ 33 (+153.85%)
Mutual labels:  nosql, in-memory
storybook-addon-headless
A Storybook addon to preview content from a headless CMS in components
Stars: ✭ 23 (+76.92%)
Mutual labels:  restful
webgui
Web Technologies based Crossplatform GUI Framework with Dark theme
Stars: ✭ 81 (+523.08%)
Mutual labels:  lightweight
sync-client
SyncProxy javascript client with support for all major embedded databases (IndexedDB, SQLite, WebSQL, LokiJS...)
Stars: ✭ 30 (+130.77%)
Mutual labels:  nosql
LIGHT-SERNET
Light-SERNet: A lightweight fully convolutional neural network for speech emotion recognition
Stars: ✭ 20 (+53.85%)
Mutual labels:  lightweight
shiny blog
A lightweight, markdown based Blog/CMS application written in PHP
Stars: ✭ 14 (+7.69%)
Mutual labels:  lightweight
tutorial-go-fiber-rest-api
📖 Build a RESTful API on Go: Fiber, PostgreSQL, JWT and Swagger docs in isolated Docker containers.
Stars: ✭ 175 (+1246.15%)
Mutual labels:  restful
agile-wroking-backend
AgileWorking 是一个团队协作的微信小程序,此工程为小程序的后台实现
Stars: ✭ 67 (+415.38%)
Mutual labels:  restful
relax
Relax is a set of tools for modeling, documenting and testing RESTFul APIs
Stars: ✭ 12 (-7.69%)
Mutual labels:  restful
REST-Api-with-Slim-PHP
REST API with PHP Slim Framework 3 and MySQL
Stars: ✭ 69 (+430.77%)
Mutual labels:  restful
envy
envy: Deserialize environment variables into type-safe structs
Stars: ✭ 64 (+392.31%)
Mutual labels:  lightweight
cbl-dart
Couchbase Lite for Dart and Flutter
Stars: ✭ 42 (+223.08%)
Mutual labels:  nosql
acid-store
A library for secure, deduplicated, transactional, and verifiable data storage
Stars: ✭ 48 (+269.23%)
Mutual labels:  acid

in-memoriam - write now, read in the afterlife :P

Lightweight, super fast, ACID transactional in-memory database!

It is RESTful - A place where objects lay to rest.

Full implementation details:

public class InMemoriam {

    public void write(long id, Object o) {
        // do nothing, enjoy life!
    }

    public void delete(long id) {
        // do nothing, enjoy life!
    }

    public void read(long id) {
        throw new RuntimeException("Read is allowed only in afterlife!");
    }

}

Features:

  • Read and write at the speed of light!
  • Using cutting-edge mathematically proven persistence algorithms
  • High quality, 100% test coverage
  • Optimized for performance using Zero GC Pressure (TM) technology
  • Multi dimensional partitioning
  • Layered sharding
  • Intuitive replication backed by "survival instinct" replication algorithms
  • Integrates well with any other Java technology
  • Next-generation non-relational NoSQL database
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].