The Stormsync data transformer is an open-source Go project designed for processing hail, wind, and tornado data that is coming from the collector microservice. After the data is processed it is published back to a Kafka topic.
System Requirements:
- Go:
version 1.22.x
- Clone the repository:
$ git clone https://github.com/stormsync/transformer
- Change to the collector directory:
$ cd collector/cmd/transform
- Build the app:
$ go build -o app
Run using the command below:
update with config file info
Run the test suite using the command below from the root directory of the repo:
$ go test ./...
Contributions are welcome! Here are several ways you can contribute:
- Report Issues: Submit bugs found or log feature requests for the `` project.
- Submit Pull Requests: Review open PRs, and submit your own PRs.
- Join the Discussions: Share your insights, provide feedback, or ask questions.
- Fork the Repository: Start by forking the project repository to your local account.
- Clone Locally: Clone the forked repository to your local machine using a git client.
git clone ../
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m 'Implemented new feature x.' - Push to local: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
- Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
This project is protected under the GNU Affero General Public License v3.0
