silentsokolov / spark-udf-rustLinks
An example for using the Rust language to write Spark UDFs
☆13Updated 4 years ago
Alternatives and similar repositories for spark-udf-rust
Users that are interested in spark-udf-rust are comparing it to the libraries listed below
Sorting:
- Avrow is a pure Rust implementation of the avro specification https://avro.apache.org/docs/current/spec.html with Serde support.☆29Updated 2 years ago
- Derive for arrow2☆67Updated 2 years ago
- Serialisable closures for Rust.☆66Updated 2 years ago
- ☆75Updated last week
- Mix async code with CPU-heavy thread pools using Tokio + Rayon☆144Updated 2 years ago
- Apache Parquet format for Rust, hosting the Thrift definition file and the generated .rs file☆18Updated 3 years ago
- Glommio Messaging Framework (GMF) is a high-performance RPC system designed to work with the Glommio framework.☆54Updated 2 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated last year
- External sorting (i.e. on disk sorting) capability on arbitrarily sized iterator☆24Updated 6 months ago
- Rust client library for ClickHouse☆17Updated 2 years ago
- Levenshtein edit distance in Rust☆48Updated 2 weeks ago
- Avro client library implementation in Rust☆172Updated 3 years ago
- Small and fast library for k-means clustering.☆52Updated 3 months ago
- Convert sequences of Rust objects to Arrow tables☆92Updated 2 weeks ago
- A crate to convert bytes to something more useable and the other way around in a way Compatible with the Confluent Schema Registry. Suppo…☆111Updated this week
- Memory efficient trie (prefix tree) library based on LOUDS☆129Updated 7 months ago
- native Rust implementation of Kafka protocol and api☆14Updated 2 years ago
- Procedural macro crate for conversion between Rust structs and associative containers.☆61Updated 3 years ago
- Simple probabilistic data structures☆147Updated this week
- Serializable trait objects for Rust.☆58Updated 7 months ago
- Rust implementation of Java Jolt JSON to JSON transformation library☆44Updated last year
- Rust SDK for Apache Avro - a data serialization system.☆81Updated this week
- A flexible and convenient high-level mmap for zero-copy file I/O.☆115Updated 7 months ago
- Parallel iterator processing library for Rust☆103Updated 2 years ago
- Geohash for Rust☆113Updated 4 months ago
- Rust FFI wrapper for CRoaring☆161Updated last week
- A timeout connector for the hyper client☆29Updated 11 months ago
- Experimental optimizer for DataFusion☆15Updated 4 years ago
- Framework to build data pipelines declaratively☆92Updated last week
- Simple pure Rust AWS S3 Client following a Sans-IO approach