Skip to content

ucmcdbs/netezza-data-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors