Skip to content

This project provides a basic implementation of connectors used in real world applications for supply chain participants to connect and funnel their data to a SELIS Community Node (SCN).

License

Notifications You must be signed in to change notification settings

selisproject/selis-node-connectors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Depositor Order Adapter

The depositor order adapter is the main adapter used in the Supply Chain Visibility interfaces. It handles the transformation of Customers, Products, Depositor Orders, as well as the final Invoices from a specified directory. After the parsing is complete , the items are transformed to the SELIS SCV data models and then published to the PubSub in JSON format as a .csv message.

ThreePL Adapter

The ThreePL adapter handles the transformation of answers to depositor orders sent after the depositor orders are received. After the parsing is complete , the items are transformed to the SELIS SCV data models and then published to the PubSub in JSON format as a .csv message.

PoD Adapter

The PoD adapter handles the transformation of Proof of Delivery documents sent after the depositor orders are invoiced and delivered. After the parsing is complete , the items are transformed to the SELIS SCV data models and then published to the PubSub in JSON format as a .csv message.

OrderWMS Adapter

The OrderWMS Adapter parses .csv files containing Orders sourced from WMS systems, transforms them to the SELIS SCV model and publishes them to the configured pubsub in JSON format as a .csv message.

Usage

All adapters contain sample files working with the various parsing methods.

About

This project provides a basic implementation of connectors used in real world applications for supply chain participants to connect and funnel their data to a SELIS Community Node (SCN).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages