Hazelcast + Kibana: best buddies for exploring and visualizing data

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. wikipedia-changes

    Repository for the post and talk "Hazelcast + Kibana: best buddies for exploring and visualizing data"

    Now is the time to create a data pipeline to get this data in Hazelcast. Note that if you want to follow along, the project is readily available on GitHub.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. okhttp-eventsource

    Server-sent events (SSE) client implementation for Java, based on OkHttp: http://javadoc.io/doc/com.launchdarkly/okhttp-eventsource

    Wikipedia provides changes through Server-Sent Events. In short, with SSE, you register a client to the endpoint, and every time new data comes in, you are notified and can act accordingly. On the JVM, a couple of SSE-compatible clients are available, including Spring WebClient. Instead, I chose to use OkHttp EventSource because it's lightweight - it only depends on OkHttp, and its usage is relatively straightforward.

  4. lingua

    The most accurate natural language detection library for Java and the JVM, suitable for long and short text alike (by pemistahl)

    A linguist can infer the language of the field. It's also possible to use an automated process in the pipeline. A couple of NLP libraries are available in the JVM ecosystem, but I set my eyes on Lingua, one focused on language recognition.

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

  • Comparing Language Detection Libraries (& API) Using Java/ColdFusion/CFML

    4 projects | dev.to | 4 Sep 2024
  • Announcing Lingua 1.2.0 - The most accurate natural language detection library for the JVM, suitable for long and short text alike

    1 project | /r/Kotlin | 7 Jun 2022
  • r/argentina es el subreddit de habla hispana mas popular del sitio

    1 project | /r/argentina | 30 Oct 2021
  • The most popular languages on Reddit, after analyzing 1M comments: English, German, Spanish, Portuguese, French, Italian, Romanian, Dutch... [OC]

    1 project | /r/dataisbeautiful | 28 Oct 2021
  • Usando a Biblioteca Lingua para Kotlin

    1 project | dev.to | 29 Aug 2021