Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rupurt/haulsrv
Hauler server. A log sequencer with bottomless storage adapters.
https://github.com/rupurt/haulsrv
Last synced: 21 days ago
JSON representation
Hauler server. A log sequencer with bottomless storage adapters.
- Host: GitHub
- URL: https://github.com/rupurt/haulsrv
- Owner: rupurt
- License: mit
- Created: 2024-04-26T19:23:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-03T04:51:02.000Z (6 months ago)
- Last Synced: 2024-10-10T14:38:49.964Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# haulsrv
![pypi](https://img.shields.io/pypi/v/haulsrv.svg)
![versions](https://img.shields.io/pypi/pyversions/haulsrv.svg)Hauler server. A log sequencer with bottomless storage adapters.
## Usage
Run the docker container
```console
> docker run rupurt/haulsrv:latest \
-p 8080:8080 \
-p 8081:8081
```## Development
This repository manages the dev environment as a Nix flake and requires [Nix to be installed](https://github.com/DeterminateSystems/nix-installer)
```console
> nix develop -c $SHELL
``````shell
> make setup
``````shell
> make test
```## Publish Package to PyPi
```shell
> make pypi
```## License
`haulsrv` is released under the [MIT license](./LICENSE)