https://github.com/diced/inmem_img
In memory image store
https://github.com/diced/inmem_img
Last synced: 2 months ago
JSON representation
In memory image store
- Host: GitHub
- URL: https://github.com/diced/inmem_img
- Owner: diced
- Created: 2021-07-29T04:51:38.000Z (almost 5 years ago)
- Default Branch: trunk
- Last Pushed: 2021-07-29T21:43:36.000Z (almost 5 years ago)
- Last Synced: 2025-12-26T19:36:02.267Z (6 months ago)
- Language: Rust
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# In Memory Image
This stores images in memory it's that simple.
# API
`/api/upload` - send multipart/form/data with a file
`/api/files/{file}` - get a files metadata stored
`/api/stats` - get stats on how much bytes are stored and the total images
`/{file}` - get a file
# Deploy
[](https://railway.app/new/template?template=https%3A%2F%2Fgithub.com%2Fdiced%2Finmem_img&envs=AUTHORIZATION%2CRAND_LENGTH&optionalEnvs=RAND_LENGTH&AUTHORIZATIONDesc=used+to+upload+images&RAND_LENGTHDesc=the+amount+of+chars+to+generate+for+files)