Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gleipnir-io

gleipnir is an object storage for nodejs based applications and packages.

Storage model

gleipnir is a mix of an append only and a classical file storage. It's priority lies on speed and reliability. It's storage model is not optimized to be rather storage efficient.

gleipnir handles the data with quite a number of files. At first there is the storage configuration file. This file contains the configuration of the storage as json e.g.:

{
    "dbVersion": 1,
    "partitionSize": "500MB",
    "objectIndexFile": "" 
    "indexes": {
        "id": ".gleipnir.id.idx"
    }
}

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages