Coder Social home page Coder Social logo

meiallu / cabbadb Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 98 KB

A Java key-value database designed for simplicity and ease of use, catering to both in-memory and disk-based storage needs.

Java 100.00%
database database-management java key-value key-value-database nosql nosql-database memory-database

cabbadb's Introduction

CabbaDB

CabbaDB is a Java key-value database designed for simplicity and ease of use, serving both in-memory and disk-based storage requirements inspired by Redis.

Setup

Setting up our software is a breeze. Just head over to the 'releases' section on GitHub, grab our .jar installer, and run it on your Linux machine. It will take care of all the configuration automatically. If you're using a different operating system, rest assured—the configuration files will be conveniently placed in the same directory where you ran the installer.

Using

To effectively import the code for interacting and connecting with our database, you will need to incorporate our 'client' .jar file into your IDE. You can find this file in the releases section on GitHub. you can initiate the database with the following code:

Cabba.connect("127.0.0.1", 6249, "password");
Cabba.createDiskDatabase("name");

To define a basic value, you can use the following code:

Database diskDatabase = Cabba.getDatabase("name");
diskDatabase.set("key", "value");

That's the easiest it can get – with just four lines, you can set up and utilize a new disk database effortlessly.

cabbadb's People

Contributors

meiallu avatar

Stargazers

 avatar

Watchers

 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.