Code Monkey home page Code Monkey logo

tritandb-kt's Introduction

TritanDB

TritanDb is a time-series database for Internet of Things Analytics with a rich graph data model and fast lightweight core. It can be used to ingest, store and query time-series data in real-time. TRITAnDb stands for Time-series Rapid Internet of Things Analytics Database.

Features

  • Best-of-class compression specifically optimised for time-series data.
  • Fast queries and aggregation utilising a specialised immutable data structure called TrTables.
  • Fast data ingestion utilising a ring buffer.
  • Event sourcing to support journaling.
  • Accepts out-of-order events.
  • Rich graph data model like RDF are supported.
  • Powerful graph query engine with support for SPARQL.
  • Optimised for Fog Computing across lightweight Things as well as cloud servers.
  • Written in Kotlin and runs on the JVM.

Documentation

Installation

You can build TritanDb using Gradle

git clone https://github.com/eugenesiow/tritandb-kt.git
cd tritandb-kt
./gradlew build

Usage

Start the TritanDB server:

./gradlew execute

Get the TritanDB Command Line Client (tritandb-cli) and issue commands:

usage: tritandb-cli [-h] [--ingest]

optional arguments:
  -h, --help  show this help message and exit

  --ingest,   mode of operation
  --query,
  --list

Projects

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.