@olvin/ingester-utils

Ingester utilities for Olvin Ingesters

Usage no npm install needed!

<script type="module">
  import olvinIngesterUtils from 'https://cdn.skypack.dev/@olvin/ingester-utils';
</script>

README

ingester-utils

Utilities to facilitate the creation of ingesters

Development

Environment parameters

  • INGESTER_NAME for the name of the ingester;
  • INGESTER_GRAYLOG_ENABLED for the Graylog host (optional, defaults to false);
  • INGESTER_GRAYLOG_HOST for the Graylog host (required if graylog enabled);
  • INGESTER_GRAYLOG_PORT for the Graylog port (optional, defaults to 12201);
  • INGESTER_DRIP_FEED_BASE_URL (optional, defaults to null);