Micro-service for file storage and processing written in Go
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
428 B

3 years ago
  1. # Lithium
  2. Micro-service for file storage and processing.
  3. ## Features
  4. - File storing with various providers
  5. - S3 (or S3 compatible like MinIO)
  6. - Locally (for development purposes)
  7. - File processing "pipelines" for various formats
  8. - Compression, Resizing for images
  9. - Encoding for videos
  10. - Remove metadata (e.g. EXIF)
  11. - File-based configuration for pipelines
  12. - JSON/YAML/TOML?
  13. - Web api to store and retrieve files