https://github.com/sake92/sp-test
https://github.com/sake92/sp-test
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sake92/sp-test
- Owner: sake92
- Created: 2022-06-13T08:44:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-14T20:56:40.000Z (about 4 years ago)
- Last Synced: 2025-02-11T15:58:25.852Z (over 1 year ago)
- Language: Scala
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snowplow-test
## Running the service
First you need to have a Postgres instance running on port 54321:
```sh
docker run --name snowplow-pg -p 54321:5432 -e POSTGRES_PASSWORD=snowplow -e POSTGRES_USER=snowplow -d postgres:14.1
```
Then run the service:
```sh
sbt run
```
## Sample requests
You can import the `snowplowtechtest.postman_collection.json` file into Postman and try it out.