https://github.com/rupurt/haulsrv
Hauler server. A log sequencer with bottomless storage adapters.
https://github.com/rupurt/haulsrv
Last synced: 11 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T04:51:02.000Z (about 2 years ago)
- Last Synced: 2025-03-30T04:41:37.659Z (over 1 year 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


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)