Explore >> Select a destination


You are here

www.confluent.io
| | yokota.blog
2.6 parsecs away

Travel
| | Today's data scientist has a plethora of options when processing data in Apache Kafka. In terms of stream processing, popular options are Kafka Streams, ksqlDB, and Apache Flink. In terms of real-time analytics, one can choose from Apache Druid, Clickhouse, Apache Pinot, and Apache Doris. One aspect of these systems is that they all support...
| | rmoff.net
0.9 parsecs away

Travel
| | [AI summary] The text discusses the use of ksqlDB for processing and analyzing syslog data, including filtering, streaming to Elasticsearch and Neo4j, and building stateful aggregations. It highlights the real-time capabilities, historical data processing, and integration with other tools for deeper analysis.
| | www.decodable.co
3.9 parsecs away

Travel
| | How CDC can help with microservices, caching, and more.
| | www.morling.dev
53.3 parsecs away

Travel
| One of the ultimate strengths of Java is its strong notion of backwards compatibility: Java applications and libraries built many years ago oftentimes run without problems on current JVMs, and the compiler of current JDKs can produce byte code, that is executable with earlier Java versions. For instance, JDK 16 supports byte code levels going back as far as to Java 1.7; But: hic sunt dracones. The emitted byte code level is just one part of the story. It's equally important to consider which APIs of the ...