boxalino/data-integration-doc-schema

Boxalino Real Time User Experience (RTUX) Data Integration Documents Schema

dev-master 2023-07-12 09:25 UTC

This package is not auto-updated.

Last update: 2024-05-02 11:17:12 UTC


README

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 support@boxalino.com