The Elasticsearch Rant

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • archer

    Distributed network and vulnerability scanner (by taythebot)

  • For the query string, you don’t have to implement your own DSL. Elasticsearch supports it out of the box. You could POST a JSON object to “/_search” but you can also do a GET with the “q” query parameter.

    Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/curr...

    In the Golang library you can use the “Search.WithQuery” option. This means you don’t have to construct a JSON request body.

    Here’s an example: https://github.com/taythebot/archer/blob/main/pkg/elasticsea...

    The Elasticsearch Golang library is a real pain to use. It was meant as a low level library so they didn’t add any types. However they are currently working on a typed client! The documentation is a bit lacking but going through go.dev you can find all the methods you need. This still means you need to JSON decode the response, but it helps you build queries, which is a step up.

    Typed Client: https://www.elastic.co/guide/en/elasticsearch/client/go-api/...

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Are there any good automated attack tools besides Pentera?

    4 projects | /r/cybersecurity | 10 May 2022
  • #ShellShockHunter: Herramienta simple para probar la vulnerabilidad #shellshock

    1 project | /r/u_esgeeks | 26 Mar 2021
  • Xzbot: Notes, honeypot, and exploit demo for the xz backdoor (CVE-2024-3094)

    6 projects | news.ycombinator.com | 1 Apr 2024
  • Suas imagens de container não estão seguras!

    4 projects | dev.to | 20 Mar 2024
  • Tell HN: Ubiquiti APs likely vulnerable to Terrapin

    3 projects | news.ycombinator.com | 14 Mar 2024