Skip to content

Commit

Permalink
Merge pull request #72 from Senzing/issue-55.dockter.2
Browse files Browse the repository at this point in the history
issue-55 Move advanced demonstrations to PostgreSQL
  • Loading branch information
docktermj authored Mar 21, 2020
2 parents 3311c56 + 0459ca7 commit a19174c
Show file tree
Hide file tree
Showing 43 changed files with 3,571 additions and 207 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[markdownlint](https://dlaa.me/markdownlint/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.4] - 2020-03-21

### Added in 1.3.4

- Added advanced scenarios for PostgreSQL, RabbitMQ, and Kafka

### Changed in 1.3.4

- Rename "With-info" to "Withinfo"
- Update docker image versions
- postgres:11.5 to postgres:11.6
- senzing/init-container 1.3.3 to 1.5.0
- senzing/debug 1.2.1 to 1.3.0
- senzing/stream-loader 1.4.0 to 1.5.3
- senzing/stream-logger 1.0.0 to 1.0.1
- senzing/redoer 1.1.0 to 1.2.1

## [1.3.3] - 2020-02-27

### Changed in 1.3.3
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ The following table indicates the instructions for variations in components.

| Instructions | Notes |
|:------------:|---------------------|
| [:page_facing_up:](docs/docker-compose-rabbitmq-sqlite-advanced/README.md) | Various enhancements built upon RabbitMQ and SQLite. |
| [:page_facing_up:](docs/docker-compose-rabbitmq-postgresql-advanced/README.md) | Various enhancements built upon RabbitMQ and PostgreSQL. |
| [:page_facing_up:](docs/docker-compose-kafka-postgresql-advanced/README.md) | Various enhancements built upon Kafka and PostgreSQL. |
| [:page_facing_up:](docs/docker-compose-rabbitmq-sqlite-cluster/README.md) | Clustered SQLite databases |
| [:page_facing_up:](docs/docker-compose-rabbitmq-sqlite-governor/README.md) | Using a "governor" to monitor ingestion |
| [:page_facing_up:](docs/docker-compose-rabbitmq-sqlite-governor/README.md) | Using a "governor" to monitor ingestion |
Loading

0 comments on commit a19174c

Please sign in to comment.