Skip to content
/ akiradb Public

[🚧 WIP] search engine to store/search through machine generated logs efficiently

License

Notifications You must be signed in to change notification settings

mhtocs/akiradb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AkiraDB

🚧 WIP

Search is overated

why this? : see this to understand why

AkiraDB is a tiny search engine that i am working on, a sort of alternative to elasticsearch.

The main goal of this project is to be able to store & search machine generated logs type data.

A general use of elasticsearch is store machine generated logs like data, but i think elasticsearch is a overkill for this, and it requires too much resources to handle small set of dataset. for logs search usability instant search is not really needed and most users mostly want that their machine should be able to search through years worth of data without blowing their budget.

Also Elasticsearch is not really designed for type of search that is generally done on machine generated logs. Elasticsearch's main use case is to do full text search, whereas machine generated logs need a different kind of search & full text search really doesnt make any sense for it. My goal with this is to have a combination of what loki does but with columnar storage & trigram regex based search.

About

[🚧 WIP] search engine to store/search through machine generated logs efficiently

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published