@cumulus/test-data
@cumulus/test-data provides a collection of example data for use in testing Cumulus modules.
About Cumulus
Cumulus is a cloud-based data ingest, archive, distribution and management prototype for NASA's future Earth science data streams.
Cumulus Documentation
Installation
npm install @cumulus/test-data
Using data from this package
Using require
or import
:
const payload = require('@cumulus/test-data/payloads/new-message-schema/ingest.json');
import payload from '@cumulus/test-data/payloads/new-message-schema/ingest.json';
Contributing
To make a contribution, please see our contributing guidelines.
[v18.3.3] 2024-08-09
Please note changes in v18.3.3 may not yet be released in future versions, as this
is a backport/patch release on the v18.3.x series of releases. Updates that are
included in the future will have a corresponding CHANGELOG entry in future releases.
Fixed
- CUMULUS-3824
- Changed the ECS docker storage driver to
overlay2
, since devicemapper
is removed in Docker Engine v25.0. - Removed
ecs_docker_storage_driver
property from cumulus module.
- CUMULUS-3836
- Terraform configuration for cleanExecutions now correctly configures ES_HOST and lambda security group