Samagra-Development / WarpSQL

WarpSQL
https://samagra-development.github.io/WarpSQL/
Apache License 2.0
16 stars 28 forks source link

WarpSQL: Add zombodb extension and resolve version conflicts #33

Closed jayanth-kumar-morem closed 1 year ago

jayanth-kumar-morem commented 1 year ago
  1. Set clang and llvm version to 15 as 16 has been released and extensions doesn't run with clang16 and llvm16
  2. Resolved openssl version conflicts with minideb (bitnami image linux distro) and that of requirement of zombodb
  3. Installed Rust using rustup to facilitate the installation of ZomboDB.
  4. Installed cargo-pgrx-0.9.0 using cargo, the Rust package manager.
  5. Initialized cargo-pgrx with the path to the pg_config of PGVER.
  6. Encountered a version conflict between cargo-pgrx-0.9.0 and pgrx-0.8.3 specified in the Cargo.toml file of the ZomboDB repository.
  7. Installing zombodb directly from the zombodb repo sources with rust and cargo.
  8. Added smoke tests to test zombodb installation

Fixes: #29 , Fixes: #5

ChakshuGautam commented 1 year ago

@all-contributors please add @jayanth-kumar-morem for Code.

allcontributors[bot] commented 1 year ago

@ChakshuGautam

I couldn't determine any contributions to add, did you specify any contributions? Please make sure to use valid contribution names.

ChakshuGautam commented 1 year ago

https://github.com/all-contributors please add @jayanth-kumar-morem for Code.