Coder Social home page Coder Social logo

chanukyasds / pg_math Goto Github PK

View Code? Open in Web Editor NEW
14.0 2.0 1.0 28 KB

pg_math extension to support statistical distribution functions for PostgreSQL

Makefile 0.24% C 99.76%
c distribution-function gsl-library postgresql postgresql-database postgresql-extension statistics probability-distributions probability-statistics plpgsql

pg_math's Introduction

Hi there ๐Ÿ‘‹

Databases: PostgreSQL
Languages: C, python, C#
Operating system: Ubuntu/linux
Infra: Ansible, Openshift
Cloud : AWS-ec2, Azure

PostgreSQL:
pg_math - statistical distribution for postgresql.
c_postgres_dev - overview to develop C functions to work on composite, array types in postgresql.

Others:
data_analytics - prototype to pull tabular data from website and convert to meaning information for analysis such as Graphs.

Contact: [email protected]

pg_math's People

Contributors

chanukyasds avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

jreidthompson

pg_math's Issues

Name could be more informative.

Given that this doesn't wrap all or even a large fraction of libgsl, it seems odd to name the whole thing pg_math. Things like pg_cdf_rdf or maybe pg_gsl_cdf would be more descriptive. The latter would open the door to wrapping other parts of libgsl.

Compile and launch in MacOS

I tried to use the extension in the MacOS Ventura 13.5 and found some issues:

  1. User can't compile it as a part of the contrib - you provide the only PGXS make option.
  2. LDFLAGS is overrided
  3. Extension library couldn't be loaded because of the error:
CREATE EXTENSION pg_math;
ERROR:  could not load library "/Users/danolivo/PostgresPro/postgres/tmp_install/lib/pg_math.dylib": dlopen(/Users/danolivo/PostgresPro/postgres/tmp_install/lib/pg_math.dylib, 0x000A): symbol not found in flat namespace '_cblas_caxpy'

The first couple of issues I resolved by this changes of the makefile:
makefile.diff.zip
But the last one I still can't resolve. Maybe you already have experience with resolving it?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.