Giter Site home page Giter Site logo

baili-zhang / lynxdb Goto Github PK

View Code? Open in Web Editor NEW
12.0 1.0 1.0 2.01 MB

LynxDB is a distributed storage writen by Java language, Supporting (key, column family, column, value) structured storage.

Home Page: http://lynxdb.bailizhang.com/

License: Apache License 2.0

Java 99.82% Batchfile 0.04% Shell 0.07% Dockerfile 0.07%
java distributed-systems key-value-database key-value-store raft structured-data

lynxdb's Introduction

LynxDB

LynxDB is a light-weight distributed storage system implemented in the Java language and based on the Raft protocol. LynxDB supports (key, column family, column, value) structured storage.

中文文档

Running LynxDB

The server startup script under Windows system is start-server.bat , and the client startup script is start-client.bat.

The server startup script under Linux system is start-server.sh , and the client startup script is start-client.sh.

The default port number for LynxDB server is 7820, make sure port 7820 is not occupied by other processes.

Spring Boot

Maven Dependency

<dependency>
    <groupId>com.bailizhang.lynxdb</groupId>
    <artifactId>lynxdb-spring-boot-starter</artifactId>
    <version>${lynxdb.version}</version>
</dependency>

application.yml

com:
  bailizhang:
    lynxdb:
      host: "127.0.0.1"
      port: 7820

Configuration

Configuration file

Dir: /config/app.cfg

Configuration item

host                    = 127.0.0.1
port                    = 7820
dataDir                 = [base]/data/single/base
runningMode             = single
enableFlightRecorder    = true

Maintainers

See MAINTAINERS

Thanks

JetBrains

Thanks for JetBrains license !

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.