zouzhengliang / framework

combine the power of lightweight in-memory data grid (IMDG) and relational database(s) (RDBM), to build scale-out web applications with speed & simplicity.

Home Page:http://greatbone.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Features

  • supoort DB record-oriented DataSets and OS filesystem oriented FileSets
  • Load active data into memory data grid
  • distributed, lock-free get(), put() search()
  • Automatically map to SQL database tables.
  • Support TB memory each node. data are placed in off-heap memory, avoid GC hassels when massive data records are engaged
  • minimal object creation during aggregation
  • application controlled partitioning, that effectively eliminates use of indexes on datasets
  • failover & fault-tolerance server cluster
  • Roadmap 2.x

  • Transaction
  • Distributed Locks
  • New WebAPI based on Undertow 2
  • Runtime Partitioning Management
  • About

    combine the power of lightweight in-memory data grid (IMDG) and relational database(s) (RDBM), to build scale-out web applications with speed & simplicity.

    http://greatbone.io

    License:Apache License 2.0


    Languages

    Language:Java 100.0%