Skip to content

pranav270-create/ingest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

216 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ingest

To get started, use setup.py to install the packages.

pip install . 

Create a YAML config file in the config directory.

# example_pipeline.yaml

stages:
 - name: ingest
    functions:
        name: local
        input: null
        return: Ingestion
        params:
            directory_path: "/path/to/data"
 - name: parse
    functions:
        name: textract
        input: Ingestion
        return: Entry

pipeline:
    version: "1.0"
    description: "my_pipeline"
    collection_name: "my_collection"
    pipeline_id: 123

storage:
    storage_type: "s3"
    bucket_name: "my-bucket"

To run this, use:

python -m src.pipeline.run_pipeline --config example_pipeline

About

ingest it all.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors