Best of ELK โ€” October 2022

  1. 1
    Article
    Avatar of pointerPointerยท4y

    mikeroyal/Self-Hosting-Guide: Self-Hosting Guide. Learn all about locally hosting(on premises & private web servers) and managing software applications by yourself or your organization.

    Most self-hosted software can be installed using Docker, a packaging system which allows software to bundle their configuration and dependencies. Shipwright is a WebUI to generate templates for Yacht, Portainer, Docker-Compose, and Unraid. Dozzle is a small lightweight application with a web based interface to monitor Docker logs. Diun is a tool that receive notifications when a Docker image is updated.

  2. 2
    Article
    Avatar of supabaseSupabaseยท4y

    Postgres Full Text Search vs the rest

    Postgres has built-in Full Text Search which we can use instead of cobbling together our own with like. Postgres can do some basic searching using select and comparison tools like like. The LIKE operator as used in the query above will match only the term "Avengers%". For our experiments we'll use SQLite FTS5 and TypeSense TypeSense.

  3. 3
    Article
    Avatar of hnHacker Newsยท4y

    valeriansaliou/sonic: ๐Ÿฆ” Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.

    Sonic is a fast, lightweight and schema-less search backend that runs on a few MBs of RAM. When queried, it returns IDs that you might find it convenient to run Sonic via Docker.

  4. 4
    Article
    Avatar of infoqInfoQยท4y

    Netflix Builds a Custom High-Throughput Priority Queue Backed by Redis, Kafka and Elasticsearch

    Netflix built Timestone, a custom high-throughput, low-latency priority queueing system. Netflix built the queuing system using open-source components such as Redis, Apache Kafka, Apache Flink and Elasticsearch.