mohapsat / pyteradata

Microservice in python flask to run Teradata database queries

Repository from Github https://github.commohapsat/pyteradataRepository from Github https://github.commohapsat/pyteradata

PYTERADATA

Teradata Rest API layer created using Python Flask.

Demo:

Setup instructions:

Configure Pycharm to use virtualenv

  • 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

Install Flask

  • Go to the Terminal window
  • Type: pip install flask

About

Microservice in python flask to run Teradata database queries


Languages

Language:Python 95.4%Language:HTML 4.6%