Skip to content

Boxalino Data Integration Document Schema repository, for Real-Time data processing

License

Notifications You must be signed in to change notification settings

boxalino/data-integration-doc-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boxalino Data Integration Doc Schema

Boxalino Data Integration Document Schema collection, used for the upgraded Data Integration strategy.

  1. Read more about Data Integration with Boxalino

  2. Read more about the Data Structure

Are you an integrator?

If you are preparing a data integration with Boxalino, the repository can be used for:

  1. tracking structural updates.

  2. testing your JSONL with the use of GCLOUD SDK:

bq load --source_format=NEWLINE_DELIMITED_JSON $TABLENAME $FILE $SCHEMA

where,

  • $TABLENAME is the table in your BigQuery dataset,
  • $FILE is the content to be loaded (JSONL)
  • $SCHEMA is the schema JSON from the repository (ex: ./doc/doc_product.json)
  1. testing your JSONL with the use of the generator.html

Note: the JSON validators are only able to validate the properties from your JSON sample that exist in the JSON schema definition. Please make sure to not use undocumented properties in your JSON samples.

Integration Flow

Is the data structured to match the requirements for Boxalino Data Structure? Review the upcoming technical steps to take to make it part of the Boxalino Data Wharehouse Ecosystem here

Contact Us

If you have any question, just contact us at [email protected]

About

Boxalino Data Integration Document Schema repository, for Real-Time data processing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages