Custom adapters
slaOS third party plugins and integrations
If you have a unique data source or integration need, you can build a custom adapter for the slaOS indexer. Our open-source indexer architecture allows for easy extension.
To build a custom adapter
Fork the slaOS indexer repository
Implement the adapter interface (documentation provided in the repo)
Test your adapter with sample data
Submit a pull request for review and inclusion in the main slaOS project
Best practices for custom adapters:
Follow the provided code style and documentation guidelines
Implement robust error handling and logging
Provide clear configuration options for users
Include unit and integration tests
To maintain the highest standards of quality and reliability for our users, we carefully review all submissions to ensure they meet these guidelines. Adherence to these practices is essential for the acceptance and integration of custom adapters into the slaOS ecosystem.
If you're building a custom integration and need guidance or have any questions, please don't hesitate to reach out to our support team at [email protected]. We're here to help ensure your integration is successful and meets our quality standards.
Last updated