Proposal: Support for Alternative Time-Series Database Backends #19
fbeneventi
started this conversation in
Ideas
Replies: 1 comment
-
Of course it is possible to use other languages besides Python. A list of languages compatible with the MQTT protocol can be found in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Time-Series Database Integration Guidelines for Examon
Overview
These guidelines provide a framework for adding support for new time-series databases to Examon. The existing KairosDB connector serves as a reference implementation.
Goal
Following this strategy we can reuse all existing plugins with zero changes in the publish format
Reference Implementation
File Structure
For a new database connector, follow this structure (based on the KairosDB implementation):
Implementation Guidelines
1. Configuration File
mqtt2kairosdb.conf
2. Connector Implementation
3. Core Requirements
4. Documentation
5. Testing
6. Docker Integration
Pull Request Process
Collaboration Expectations
Beta Was this translation helpful? Give feedback.
All reactions