This is a template github repository that helps make a fybrik module faster and easier.
python 3.8+jinjalib installed (pip install jinja)
-
Create a template with the green button at the top "Use this template" (more detailed explaination).
-
Change
config.jsonto your desired module configuration with the fields given.
config.json is set at the begining as an example to match delete-module
- Create the new module with:
python3 traverse.py
- If all the files were created correctly, clean up the tempalte files with:
rm -r template-files traverse.py config.json