Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbrisbin/tee-io
tee(1) as a service
https://github.com/pbrisbin/tee-io
Last synced: 2 months ago
JSON representation
tee(1) as a service
- Host: GitHub
- URL: https://github.com/pbrisbin/tee-io
- Owner: pbrisbin
- License: mit
- Created: 2015-09-20T14:57:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T01:35:31.000Z (about 2 years ago)
- Last Synced: 2024-10-04T13:43:52.636Z (3 months ago)
- Language: Haskell
- Homepage: https://tee-io.onrender.com/
- Size: 1.42 MB
- Stars: 16
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tee.io
It's like `tee(1)` as a service.
For details, see the [home page](https://tee-io.onrender.com/)
## Development & Test
1. Start the backing services (PostgreSQL & Fake-S3)
```
docker-compose up -d
```1. Set up stack
```
make setup-app
```1. Create development and test databases
```
make setup-db
```1. Develop normally
```
stack test
stack repl --ghci-options="-DDEVELOPMENT -O0 -fobject-code"
```