SkillAgentSearch skills...

Logstore

A distributed log storage database

Install / Use

/learn @wspeirs/Logstore
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

View on GitHub
GitHub Stars4
CategoryData
Updated2y ago
Forks3

Languages

Rust

Security Score

70/100

Audited on Jul 1, 2023

No findings