An open API service indexing awesome lists of open source software.

https://github.com/sebdeveloper6952/rust-blossom-server


https://github.com/sebdeveloper6952/rust-blossom-server

Last synced: 3 months ago
JSON representation

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