Skip to main content

CAR service connector framework

Project description

Car Connector Framework

Use car-reference-connector project as an example of how this framework is to be used.

A CAR connector project will need to extend the framework classes: BaseFullImport, BaseIncrementalImport, BaseApp and implement abstract methods of those classes.

Things to note:

  • All communications with CAR digestion microservice are managed by the framework. Connector code normally does not need to access CAR digestion microservice directly

  • The framework is trying to make some intelligent choice for whether to run full vs incremental import. Normally, for performance reasons we would always prefer to run incremental import if one is possible. Some examples of when it is not possible are:

    • The model states for generating delta are not available
    • The model on the CAR side is empty
    • The previous incremental import session failed and a new incremental import session can potentially create a gap in the model data
  • Because of the above the the connector code should properly use (throw/raise) one of two following exceptions when detecting failures:

    • RecoverableFailure is to be used when the failure cannot potentially create a data gap and we can attempt an incremental import session when running next time. One example of a recoverable failure is a connectivity problem.
    • UnrecoverableFailure is to be used when the failure can potentially create a data gap and we must run full import session to recover.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

car-connector-framework-0.0.14.tar.gz (6.8 kB view details)

Uploaded Source

Built Distribution

car_connector_framework-0.0.14-py3-none-any.whl (14.6 kB view details)

Uploaded Python 3

File details

Details for the file car-connector-framework-0.0.14.tar.gz.

File metadata

  • Download URL: car-connector-framework-0.0.14.tar.gz
  • Upload date:
  • Size: 6.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.8

File hashes

Hashes for car-connector-framework-0.0.14.tar.gz
Algorithm Hash digest
SHA256 1f58a19e28e94778c963d9399e3637bad7f924e478ff423ecdb74af208ae9d05
MD5 99665afb734db6d5564dbd2d3b251588
BLAKE2b-256 4d829594f0ae93db09d5d47b134dbffa6272dedaf01d3929ddd09dcf39385622

See more details on using hashes here.

Provenance

File details

Details for the file car_connector_framework-0.0.14-py3-none-any.whl.

File metadata

  • Download URL: car_connector_framework-0.0.14-py3-none-any.whl
  • Upload date:
  • Size: 14.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.6.8

File hashes

Hashes for car_connector_framework-0.0.14-py3-none-any.whl
Algorithm Hash digest
SHA256 97c3cee7b260b731e79a93f071971ec09b7a61bfde984becf2be8acc41b28736
MD5 23ebd9a40ec980651d749496866187d7
BLAKE2b-256 5d9f237f77d49826c4aa8430a4ab924dc7210e961b2021465c327b55c6c713cc

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page