-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added sample showing how to apply stream transformations for events v…
…ersioning with ESDB
- Loading branch information
1 parent
b83d55f
commit 8092343
Showing
10 changed files
with
352 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,42 +29,11 @@ services: | |
target: /var/log/eventstore | ||
networks: | ||
- eventstore.db | ||
|
||
####################################################### | ||
# Postgres | ||
####################################################### | ||
postgres: | ||
image: clkao/postgres-plv8 | ||
container_name: postgres | ||
environment: | ||
POSTGRES_PASSWORD: Password12! | ||
ports: | ||
- "5432:5432" | ||
networks: | ||
- postgres | ||
|
||
pgadmin: | ||
image: dpage/pgadmin4 | ||
container_name: pgadmin_container | ||
environment: | ||
PGADMIN_DEFAULT_EMAIL: ${PGADMIN_DEFAULT_EMAIL:[email protected]} | ||
PGADMIN_DEFAULT_PASSWORD: ${PGADMIN_DEFAULT_PASSWORD:-admin} | ||
PGADMIN_CONFIG_SERVER_MODE: 'False' | ||
volumes: | ||
- pgadmin:/var/lib/pgadmin | ||
ports: | ||
- "${PGADMIN_PORT:-5050}:80" | ||
networks: | ||
- postgres | ||
|
||
networks: | ||
eventstore.db: | ||
driver: bridge | ||
postgres: | ||
driver: bridge | ||
|
||
volumes: | ||
eventstore-volume-data: | ||
eventstore-volume-logs: | ||
postgres: | ||
pgadmin: |
10 changes: 0 additions & 10 deletions
10
samples/events-versioning/src/main/resources/application.properties
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.