FlowForge is a powerful, flexible, and user-friendly tool for building complex flows and pipelines. Utilizing NodeRed technology, FlowForge provides a visual programming model that simplifies the process of integrating and transforming data across various sources.
This repository contains a collection of FlowForge / NodeRed examples that demonstrate how to interact with InfluxDB 3.0. Each example showcases a unique use case, allowing users to learn from real-world scenarios and apply these principles to their own projects.
| Title | Link |
|---|---|
| PlantBuddy | Go to Example |
We warmly welcome and appreciate contributions from the community! Whether it's enhancing existing examples, adding new ones, fixing bugs, or improving documentation, every contribution helps make this project better.
Before contributing, please ensure you have read and understood our Contribution Guidelines.
To get started:
- Fork the repository
- Create your feature branch (
git checkout -b feature/YourFeature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin feature/YourFeature) - Open a new Pull Request
Thank you for your interest in contributing to FlowForge examples!