Sources

Available Source plugins for drasi-lib

Sources ingest data from external systems or your application and emit graph elements (nodes and relationships) that feed into Continuous Queries. Each Source is a separate crate that you add to your Cargo.toml as needed. The full list of Sources is available on GitHub.

Available Sources

Building Custom Sources

If you need to integrate with a system not covered by the available Sources, implement the Source trait yourself, or have an AI agent do it for you: