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.
    • DatasourceFailure is to be used when there is datasource API issues.

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.10rc188.tar.gz (16.3 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file car-connector-framework-2.0.10rc188.tar.gz.

File metadata

  • Download URL: car-connector-framework-2.0.10rc188.tar.gz
  • Upload date:
  • Size: 16.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/21.4.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for car-connector-framework-2.0.10rc188.tar.gz
Algorithm Hash digest
SHA256 2d90c0905147feefd2154092a2672f90abb74bf41224ed0b1b037cf36ff878b6
MD5 1d0681015fb06b1e692d5e864702a5e8
BLAKE2b-256 a3905828ec9174b356e673ccf58d2049d48e5e92a272d4c8fcd0475bf330629c

See more details on using hashes here.

File details

Details for the file car_connector_framework-2.0.10rc188-py3-none-any.whl.

File metadata

  • Download URL: car_connector_framework-2.0.10rc188-py3-none-any.whl
  • Upload date:
  • Size: 20.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/34.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.63.0 importlib-metadata/4.11.3 keyring/21.4.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5

File hashes

Hashes for car_connector_framework-2.0.10rc188-py3-none-any.whl
Algorithm Hash digest
SHA256 54f2f88fdc5373cc3f740433f76bc8293bb0fd78ce1fb678b0f8b92355a94015
MD5 e933a4379248866ffe3ff6f5c9c2317f
BLAKE2b-256 d346e7f98c7f38fc715bbf6b99858f74b5bf237f65e2fbfdc85ebbe0d2ea84a0

See more details on using hashes here.

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