Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

An embeddable multimodel storage engine with java 8 streams api -based interface.

License

Notifications You must be signed in to change notification settings

olliNiinivaara/Stremebase-source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stremebase

The Java programmer's database engine.

Learn more at https://olliniinivaara.github.io/Stremebase/

#Version history

v.0.7.1 -- 2015-12-15

  • fixed ArrayMap nodesize definition bug
  • removed OneMap

v.0.7 -- 2015-12-03

  • database metadata Catalog
  • Data Access Layer

v.0.6.3 -- 2015-10-21

  • Bug fixes

v.0.6.2 -- 2015-04-16

  • Code cleanup

v.0.6.1 -- 2015-04-15

  • Reindexing (on-the-fly add + drop index)

v.0.6 -- 2015-03-17

  • Indexing

v.0.5 -- 2015-03-12

  • Text Retrieval

v.0.4.3 -- 2015-03-12

  • New storage slot recycler

v.0.4.2 -- 2015-03-12

  • More bug fixes

v.0.4.1 -- 2015-03-10

  • Major bug fix in SetMap

v.0.4 -- 2015-03-09

  • ArrayMap
  • ListMap
  • SetMap

v.0.3 -- 2015-02-04

  • String handling
  • Object serialization
  • DynamicMap

v.0.2 -- 2015-01-23

  • To: Convert common data types to longs and back

v.0.1 -- 2015-01-01

  • A map (key-value store/column) for associating a long with a long

About

An embeddable multimodel storage engine with java 8 streams api -based interface.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages