From OpenTelemetry to DuckDB
Observability platforms generally expect you to do your analysis inside them, using their query language and their dashboards. That works …
Geertjan Wielenga
60 viewsObservability platforms generally expect you to do your analysis inside them, using their query language and their dashboards. That works …
Geertjan Wielenga
165 viewsApache NetBeans DataWrangler brings the file formats of data analytics into Apache NetBeans 31: CSV, Apache Parquet, JSON and Excel, the …
Geertjan Wielenga
1 viewsDuckDB is an in-process analytical database. You add one JAR to a Java project and get a SQL engine that reads CSV, Parquet, and JSON files …
Geertjan Wielenga
557 viewsSpring Batch jobs usually follow the same pattern: an ItemReader streams rows, an ItemProcessor transforms each one, and an ItemWriter …
Geertjan Wielenga
545 viewsDuckDB is described as "SQLite for analytics," which is true: it's an in-process database engine that runs inside your application, with no …