Skip to content

Postgres extension to run python ML models directly on DB server

License

Notifications You must be signed in to change notification settings

Dharin-shah/pgpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pgpy

Postgres extension to run python ML models directly on DB server

Development (Mac & Postgres 15)

Install postgres

brew install postgresql@15

Setup env

export PATH="/opt/homebrew/opt/postgresql@15/bin:$PATH"; export PKG_CONFIG_PATH="/opt/homebrew/opt/postgresql@15/lib/pkgconfig"

Setup Libs

export CPPFLAGS="-I/opt/homebrew/opt/postgresql@15/include"; export LDFLAGS="-L/opt/homebrew/opt/postgresql@15/lib"

Build

make clean && --preserve-env=PG_CONFIG make install

About

Postgres extension to run python ML models directly on DB server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published