Skip to content

wspeirs/logstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logstore

A distributed log storage database. Logstore is meant as a replacement for Elasticsearch when storing logs. Elasticsearch is a distributed document store and search engine, and in my opinion really isn't optimized for storing log messages.

Documentation

Log Message Placement

Logs are placed on one of the servers using Jump Consistent Hashing. Currently rack-awareness is not supported.

Messages

All log messages are JSON objects, and must be "flat"; they cannot contain nested JSON objects. Arrays as values are supported.

API

Coming Soon

About

A distributed log storage database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages