MapColonies / MapColonies/mapproxy-api
File system over S3 object storage
@asafMasa is already working on this.
Since Feb 28, 2021.
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 1
- Avg merge
- 8d 14h
- Merged PRs (30d)
- 3
Description
Description
Check the option to implement a file system over S3-compatible object storage. This is specifically relevant for CTS and may save us a lot of development effort and time. There are basically 3 options to evaluate:
Use an open source S3toFS library such as goofys or s3fs.
Use Ceph NFS in CTS (they will help us to set it up).
Use Kubernetes Persistent Volumes (PV) with Block storage class.
PoC is required to compare performance of the above options (if valid) against an plain S3 storage. Benchmark should be mostly around reading raster tiles many times.
please define with @ssharon-rnd and @yoadg the scope of this mission
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.