https://github.com/data-fair/catalog-s3
S3 plugin for the Data Fair catalogs service
https://github.com/data-fair/catalog-s3
Last synced: about 1 month ago
JSON representation
S3 plugin for the Data Fair catalogs service
- Host: GitHub
- URL: https://github.com/data-fair/catalog-s3
- Owner: data-fair
- Created: 2026-04-29T13:01:29.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2026-05-28T14:31:22.000Z (2 months ago)
- Last Synced: 2026-05-28T16:18:09.941Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
@data-fair/catalog-s3
A plugin that allows you to build a catalog from a connection to an S3 server.
An S3 server has a specific file and directory structure: everything is at the same level, and it's their name (key) that allows you to build the directory tree.
The most well-known is AWS S3.
### Note
Pagination and search are impossible; both require retrieving all results with each request or page reload, which is not optimized in terms of memory.