This project is the implementation of a PostgresSQL extension that allows Postgres processes to access kdb+ data through its SQL interface. While Postgres has excellent transactional support for reference/master data, kdb+ offers a high-performance solution to storing and analyzing extreme volumes of time-series data. By allowing developers to combine the data from both technologies through the standard interfaces that Postgres provides, this extension may expedite the development of new solutions.
The extension was built using PostgreSQL 12, on the 64-bit Windows, Mac, and Linux platforms. This version is a test version. Comments welcome.