apache / datasketches-postgresql

PostgreSQL extension providing approximate algorithms based on apache/datasketches-cpp
https://datasketches.apache.org
Apache License 2.0
85 stars 11 forks source link

add Dockerfile #28

Closed phstudy closed 4 years ago

phstudy commented 4 years ago

Dockerfile is a good way to help users to test functionality of the extension without manually building and installing the extension. The Dockerfile also includes full build steps and dependencies. I think it is worth to add a Dockerfile for this project.

AlexanderSaydakov commented 4 years ago

why PostgreSQL 9.6? can this be overridden easily?

phstudy commented 4 years ago

why PostgreSQL 9.6? can this be overridden easily?

PostgreSQL 9.6 is just default version. I have updated the PR to make version overridable.

Thanks.