https://github.com/microstream-one/ms-perfdemo-rest-postgresql
REST Proxy receives the the requests from sender and returns PostgreSQL data
https://github.com/microstream-one/ms-perfdemo-rest-postgresql
Last synced: 4 months ago
JSON representation
REST Proxy receives the the requests from sender and returns PostgreSQL data
- Host: GitHub
- URL: https://github.com/microstream-one/ms-perfdemo-rest-postgresql
- Owner: microstream-one
- Created: 2025-01-28T14:32:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-30T13:15:33.000Z (over 1 year ago)
- Last Synced: 2025-06-13T16:11:31.804Z (about 1 year ago)
- Language: Java
- Size: 213 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MS-PerfDemo-REST-PostgreSQL

REST Proxy receives the the requests from sender and returns PostgreSQL data. On the architecture chart this project is the yellow section on the right.
## Links to other part projects:
1. REST Proxy EclipseStore (Blue on the left): https://github.com/microstream-one/MS-PerfDemo-REST-ES/tree/master
2. Sender Application (Gray on the bottom): https://github.com/microstream-one/MS-PerfDemo-Sender/tree/master
## Setup
1. Build an image by using the following command:
```Clean package -D packaging=docker```
3. Copy that image to your docker environment
4. Use the docker compose file from sender project here to deploy whole infrastructure:
https://github.com/microstream-one/MS-PerfDemo-Sender/tree/master/Microstream-Config/performance-demo