https://github.com/bluecolor/tractor
A cross platform, plugin based data transfer tool
https://github.com/bluecolor/tractor
cli golang ingestion plugins rdbms
Last synced: 2 months ago
JSON representation
A cross platform, plugin based data transfer tool
- Host: GitHub
- URL: https://github.com/bluecolor/tractor
- Owner: bluecolor
- Created: 2021-04-22T18:06:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T17:57:20.000Z (almost 3 years ago)
- Last Synced: 2025-04-03T14:16:13.910Z (6 months ago)
- Topics: cli, golang, ingestion, plugins, rdbms
- Language: Go
- Homepage:
- Size: 23.7 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tractor
A cross platform, plugin based data ingestion tool.
Currently under heavy development, you can execute tests with the following command:
```
make test
```## Plugins
| Name | Input | Output |
| -------------------- | ------- | ------- |
| MySQL | ✓ | ✓ |
| File [csv] | ✓ | ✓ |
| Dummy (*for testing) | ✓ | ✓ |