Skip to content

wspeirs/logstore

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

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