Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.13 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.13 KB

Alinous Elastic DB

Alinous Elastic DB is database for bigdata. It can scale both the SQL engine and storage engine.

Web Database Programming

This database engine is for scaling and sharding.

  • Scale out SQL & Stored Procedure for OLTP(Online Transaction Processing)
  • Sharding Data Storage Engine with auto shard map for Bigdata

This software is open source (MIT License) so that we can use it on any cloud service.

Development status

Currently on development. Reporting the progress on twitter account @alinous_core.

Source code

Following directries has source code.

main

The main part of the Alinous Elastic DB.

lib

The body part of this program is provided by shared library.

lib/src_lib

C++ source codes of Java to C++ convertor.

  • System functions
  • Garbase collection engine
  • External JVM support

lib/src_java

C++ source code converted from Java soource code.