This repository contains a collection of examples demonstrating various features and use cases of the ArkFlow framework.
Currently, the following examples are available:
- SQL UDF: Demonstrates how to create and register a custom User Defined Function (UDF) for use in SQL queries within ArkFlow.
- Input: Demonstrates how to create and register a custom Input for use in ArkFlow.
- Rust and Cargo: Ensure you have a recent version of Rust installed. You can install it from rustup.rs.
-
Clone this repository:
git clone https://github.com/arkflow-rs/arkflow-plugin-examples.git cd arkflow-plugin-examples
-
Navigate to a specific example directory (e.g.,
sql_udf
) and follow the instructions in itsREADME.md
file. -
Generally, you can build an example using Cargo:
cargo build
Refer to the specific example's
README.md
for detailed build and run instructions.
This project is licensed under the Apache-2.0 License. See the LICENSE file for details.
Contributions are welcome! Please refer to the main ArkFlow repository for contribution guidelines, reporting issues, or submitting pull requests.