Skip to content

Commit

Permalink
feat(core): migration of core API endpoints to PG backend - part 2
Browse files Browse the repository at this point in the history
- feat(shared): add more typesafe utils to deal with expanded attributes
- fix(search): do not compact non-expanded payloads stored in history of attributes
- conf: improve and update PG image configuration
  • Loading branch information
bobeal committed Jan 29, 2023
1 parent 9abab0c commit b4a8fe2
Show file tree
Hide file tree
Showing 244 changed files with 4,669 additions and 21,412 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ bin/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**
!**/src/test/**
**/data/neo4j/data
tmp/
.gradletasknamecache
**/application-dev.properties
Expand Down Expand Up @@ -35,4 +34,3 @@ out/

### VS Code ###
.vscode/

8 changes: 3 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,18 @@ services:
- ./config/kafka/update_run.sh:/tmp/update_run.sh
command: "bash -c 'if [ ! -f /tmp/update_run.sh ]; then echo \"ERROR: Did you forget the update_run.sh file that came with this docker-compose.yml file?\" && exit 1 ; else /tmp/update_run.sh && /etc/confluent/docker/run ; fi'"
postgres:
image: stellio/stellio-timescale-postgis:2.8.1-pg14
image: stellio/stellio-timescale-postgis:14-2.9.1-3.3
container_name: stellio-postgres
environment:
- DATADIR=/var/lib/postgresql/data
- POSTGRES_TEMPLATE_EXTENSIONS=true
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASS=${POSTGRES_PASS}
- POSTGRES_DBNAME=${POSTGRES_DBNAME}
- POSTGRES_MULTIPLE_EXTENSIONS=postgis,hstore,postgis_topology,postgis_raster,pgrouting,timescaledb,pgcrypto
- POSTGRES_MULTIPLE_EXTENSIONS=postgis,timescaledb,pgcrypto
- ACCEPT_TIMESCALE_TUNING=TRUE
ports:
- "5432:5432"
volumes:
- stellio-postgres-storage:/var/lib/postgresql/data
- stellio-postgres-storage:/var/lib/postgresql
healthcheck:
test: ["CMD-SHELL", "pg_isready -h localhost -U stellio"]
interval: 10s
Expand Down
3 changes: 0 additions & 3 deletions entity-service/.env

This file was deleted.

7 changes: 0 additions & 7 deletions entity-service/Dockerfile

This file was deleted.

45 changes: 0 additions & 45 deletions entity-service/build.gradle.kts

This file was deleted.

29 changes: 0 additions & 29 deletions entity-service/config/detekt/baseline.xml

This file was deleted.

40 changes: 0 additions & 40 deletions entity-service/docker-compose.yml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b4a8fe2

Please sign in to comment.