Skip to content
View streamlinedb's full-sized avatar
Block or Report

Block or report streamlinedb

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
streamlinedb/README.md

STREAMLINEDB 👋

Target

  • Microservice data backend
  • Web Browsers data backend

Mission Possible

  • Realiable: hot backups, replication, proxy round robin, monitoring, restore to time point

  • Perfomance: fast concurrent reads with small memory overhead, multilevel cache, fast filtering, best compression

  • Security: OAuth 2, role based access to objects subsets (Xpath), encryption

  • Streamlined: size, speeed, io

  • API: rest query language, return JSON/XML/CSV/Excel

  • UI management console statistics data manipulation import/export

Architecture

  • GraalVM / C / Java / JS
  • Streamlined reads from network, disk and memory.
  • Streamlined performance tunning
  • XML documents with XSD validations Structure can be altered, but not afect past time.

Use cases

  • Documents store
  • Master data
  • Reports
  • IOTs
  • Logs

Popular repositories

  1. streamlinedb streamlinedb Public

    StreamLineDB - Data for any app

    Java