https://github.com/sebdeveloper6952/rust-blossom-server
https://github.com/sebdeveloper6952/rust-blossom-server
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sebdeveloper6952/rust-blossom-server
- Owner: sebdeveloper6952
- Created: 2024-04-22T09:22:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-07T08:53:21.000Z (about 1 year ago)
- Last Synced: 2024-05-07T16:22:41.788Z (about 1 year ago)
- Language: Rust
- Size: 236 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blossom Server in Rust
Simple implementation of a blossom server. I'm learning to use rust, any feedback is welcome, no matter how harsh.
_This software is in alpha, don't use in production._
### TODO
- Performance
- [ ] large files, in the gigabyte range
- [ ] millions of blobs stored
- [ ] streaming response for large files
- Tracing
- [x] turn off
- [x] output to stdout
- [x] open telemetry to otlp exporter with uptrace
- configuration
- [x] able to specify max upload size
- [ ] able to specify min upload size
- [ ] able to specify allowed mime types