Utilities for working with Elasticsearch.
npm install @cumulus/es-client
It is possible to sort the Elastic Search results by specifying sort_by
, sort_key
, and order
params.
If not provided, the default sorting will be applied ({ timestamp: { order: 'desc' } }
as of this writing).
Cumulus is a cloud-based data ingest, archive, distribution and management prototype for NASA's future Earth science data streams.
To make a contribution, please see our contributing guidelines.