Skip to content

Shared library intended to support building pipelines to produce beneficial ownership statements (BODS) data.

License

Notifications You must be signed in to change notification settings

openownership/bodspipelines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bodspipelines

Shared library intended to support for building pipelines to produce beneficial ownership statements (BODS) data. This library makes it possible to configure pipelines (of one or more stages) which can ingest data and transform it into BODS v0.2 records. These records are then stored in Elasticsearch and optionally emitted into a AWS Kinesis stream (to transmit to a later pipeline stage or as final ouput). Often the final stage will have a Firehose delivery stream attached to the Kinesis stream, to to write the BODS statements to a S3 bucket as JSON lines.

Usage

An example of a pipeline using the bodspipelines library is the BODS GLEIF Pipeline. The basic logic for the pipeline is contained within the bodspipelines/pipelines directory of the library, whereas the more system specfic details (Docker configuration, scripts to control pipeline etc.) are in the specific pipeline's repository.

Development

Implimenting a new pipeline

The bodspipelines/pipelines directory contains a directory for each pipeline the library supports (e.g. GLEIF). Adding a new pipeline to the library requires adding a new directory, with the pipeline name, in the bodspipelines/pipelines directory.

About

Shared library intended to support building pipelines to produce beneficial ownership statements (BODS) data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages