Teradata Rest API layer created using Python Flask.
Demo:
Setup instructions:
- Prerequisite - Create virtualenv using the Terminal
- File > Settings > Project Interpreter
- In the right pane, click the gear icon, click More….
- In the Project Interpreters dialog box, click the plus sign +, click Add Local.
- Pycharm picks up the venv
- Click apply then ok
- You're all set to use python in the virtualenv as the interpreter for the project
- Go to the Terminal window
- Type: pip install flask