Coder Social home page Coder Social logo

andrewts129 / swaydb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from simerplaha/swaydb

0.0 1.0 0.0 9.29 MB

Embeddable persistent & in-memory database - www.SwayDB.io

License: GNU Affero General Public License v3.0

Scala 98.90% Java 1.10%

swaydb's Introduction

SwayDB Slack Chat Gitter Chat Build status Maven central

Embeddable persistent and in-memory database. Resource efficiency, performance and easy data management with simple functional APIs.

See documentation - SwayDB.io (currently being updated for latest version).

Performance (old benchmark for v0.2 - #119)

Storage type Performance
Persistent up to 308,000 writes/sec & 316,000 reads/sec
In memory up to 653,000 writes/sec & 628,000 reads/sec

View detailed benchmark results here.

Overview

  • Java & Kotlin APIs.
  • Single or multiple disks persistent, in-memory or periodically persistent.
  • Simple data types - Map[K, V] & Set[T].
  • Simple Stream based iteration following collections APIs.
  • Atomic updates and inserts with transactions.
  • Custom updates using JVM function.
  • TTL - auto expiring key-values.
  • Range update, remove & expire.
  • Non-blocking with customisable non-blocking or blocking APIs.
  • Key only iterations (Lazily fetched values).
  • Configurable compression with LZ4 & Snappy
  • Configurable core internals.
  • Duplicate values can be eliminated with compressDuplicateValues.
  • A small type-safe Actor implementation.
  • IO type for type-safe error handling.

Read more.

Quick start

Quick start App.

Project status

Undergoing beta & performance testing. Backward binary compatibility is not yet a priority for minor releases unless it's requested.

Related GitHub projects

Contribution

Contributions are welcomed following the Scala code of conduct.

Project support

Thank you Jetbrains for providing an open-source licence for their awesome development tools.

Jetbrains support

swaydb's People

Contributors

simerplaha avatar sh0hei avatar zackattackz avatar javadev avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.