Skip to content

A custom Java-based NoSQL database schema utilizing ProtocolBuffers - Supports File System Storage and Redis Storage.

License

Notifications You must be signed in to change notification settings

Swofty-Developments/SwoftyDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwoftyDB

badge badge badge badge

JavaDoc 1.0.0

Simple, but fast way to store raw key + value pairs!

Table of contents

Getting started

This API is intended for stand-alone usage, meaning that you do not need to run anything extra to use this library.

Add SwoftyDB to your project

First, you need to setup the dependency inside of your POM.xml. Replace VERSION with the version of the release.

Maven
<dependency>
    <groupId>net.swofty</groupId>
    <artifactId>swoftydb</artifactId>
    <version>VERSION</version>
</dependency>
Gradle
dependencies {
    implementation 'net.swofty:swoftydb:VERSION'
}

License

SwoftyDB is licensed under the permissive MIT license. Please see LICENSE.txt for more information.

About

A custom Java-based NoSQL database schema utilizing ProtocolBuffers - Supports File System Storage and Redis Storage.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Languages