GitHub - ucmcdbs/netezza-data-services · GitHub
Skip to content

Latest commit

 

History

4 Commits

Folders and files

Repository files navigation

Netezza Data Services API

Wrap analytical queries using Python and expose as services.

Setup

pip install -r requirements.txt

Run

gunicorn -b localhost:8800 main:api

Daemonize

gunicorn -b localhost:8800 --daemon main:api

Run (Windows)

Install Waitress

pip install waitress

Run

waitress-serve --listen=localhost:8800 main:api

Test

curl -u "username:password" localhost:8800/stores/1/sales
curl -u "username:password" localhost:8800/stores/1/sales?from=2023-01-01&to=2023-01-31

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages