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-2.0.2rc92.tar.gz (9.0 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file car-connector-framework-2.0.2rc92.tar.gz.

File metadata

  • Download URL: car-connector-framework-2.0.2rc92.tar.gz
  • Upload date:
  • Size: 9.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.6.7

File hashes

Hashes for car-connector-framework-2.0.2rc92.tar.gz
Algorithm Hash digest
SHA256 6114b49246707b3a3f3454ea346caebb32a115d9f68579461618d09ff406b910
MD5 7526b51a4bef403d8f425a7ad77f9808
BLAKE2b-256 62a3768adc523249dce9c8f72b060853267372cbdcae1656da93c2151bc1066b

See more details on using hashes here.

Provenance

File details

Details for the file car_connector_framework-2.0.2rc92-py3-none-any.whl.

File metadata

  • Download URL: car_connector_framework-2.0.2rc92-py3-none-any.whl
  • Upload date:
  • Size: 17.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.6.7

File hashes

Hashes for car_connector_framework-2.0.2rc92-py3-none-any.whl
Algorithm Hash digest
SHA256 419782e61961a6a6780f789a3193bbd6cddf45022fa25907f00cd60882cedbbc
MD5 d9f0ddc2bffddc9599021684da41ae98
BLAKE2b-256 d84bf7d2a64581dcc024714b6ee3118cc58c29c51c7ba240f0d96184d7955388

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