Skip to content

aradhalevy/arrow-go-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

template-module

This is a template github repository that helps make a fybrik module faster and easier.

Requirements:

  • python 3.8+
  • jinja lib installed (pip install jinja)

Usage:

  1. Create a template with the green button at the top "Use this template" (more detailed explaination).

  2. Change config.json to your desired module configuration with the fields given.

config.json is set at the begining as an example to match delete-module

  1. Create the new module with:
python3 traverse.py
  1. If all the files were created correctly, clean up the tempalte files with:
rm -r template-files traverse.py config.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published