This repository contains our Fiberplane Providers and the PDK (Provider Development Kit).
We encourage our community to contribute providers. Please see CONTRIBUTING.md for more information.
Fiberplane Providers are full-stack WASM plugins for fetching data from
arbitrary data sources. Providers built by Fiberplane, as well as those
contributed by our community, can be found in the providers/
directory.
The PDK is a development kit for creating providers. It consists of a Rust crate
that you can link against when creating your own provider. All the providers in
this repository also make use of it. Please see the
fiberplane-pdk/
directory for more details.
To learn how to create your own provider, please follow the tutorial or have a look at the sample provider.
There is also a Provider Protocol Reference.
Please see COMMUNITY.md for ways to reach out to us.
See CONTRIBUTING.md.
See CODE_OF_CONDUCT.md.
Our providers and the PDK are distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT.