Sublime
An inspiration engine for ideas
Technology Radar
An opinionated guide to technology trends and tools, including techniques, platforms, and languages, with recommendations for adoption, trials, assessments, and holds, for enhanced software development practices.
thoughtworks.comFor low throughput data, Grab uses Parquet with Copy on Write (CoW) .
Here's the main operations for Copy on Write:
Here's the main operations for Copy on Write:
- Write Operations - Whenever there's a write, you create a new version of the file that includes the latest change. You can also keep the previous version for consistency and rollback purposes. This helps prevent data corruption, incon
The Architecture of Grab's Data Lake
FastStream brokers provide convenient function decorators @broker.subscriber and @broker.publisher to allow you to delegate the actual process of:
These decorators make it easy to specify the processing logic for your consumers and producers, allowing you to ... See more
- consuming and producing data to Event queues, and
- decoding and encoding JSON encoded messages
These decorators make it easy to specify the processing logic for your consumers and producers, allowing you to ... See more
airtai • GitHub - airtai/faststream: FastStream is a powerful and easy-to-use Python framework for building asynchronous services that interact with event streams such as Apache Kafka and RabbitMQ.
SwiftData Updates - Part 1: Mock JSON Data and PreviewModifier
SwiftData Updates - Part 1: Mock JSON Data and PreviewModifier
Fast-csv
Fast-csv is library for parsing and formatting CSVs or any other delimited value file in node.
Features
Fast-csv is library for parsing and formatting CSVs or any other delimited value file in node.
Features
- CSV Formatting
- CSV Parsing
- Built using typescript.
- Flexible formatting and parsing options, to fit almost any scenario.
- Built with streams first to avoid creating large memory footprint when parsing large files.
- Battle tested in production, pa
C2FO • GitHub - C2FO/fast-csv: CSV parser and formatter for node
HL7 serial to TCP/IP conversion

The ability to implement custom Polars plugins in Rust is invaluable. Since we process a lot of textual data for our NLP applications, we can create optimized functions to clean text or detect a language, with data being processed efficiently in batches. This level of customization is rarely seen in other typical processing engines and is even impo... See more
Polars — Processing hundreds of GBs of textual data on a daily basis at MDPI
