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.6rc140.tar.gz (10.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

car_connector_framework-2.0.6rc140-py3-none-any.whl (18.5 kB view details)

Uploaded Python 3

File details

Details for the file car-connector-framework-2.0.6rc140.tar.gz.

File metadata

  • Download URL: car-connector-framework-2.0.6rc140.tar.gz
  • Upload date:
  • Size: 10.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.7

File hashes

Hashes for car-connector-framework-2.0.6rc140.tar.gz
Algorithm Hash digest
SHA256 68627070a863ce53e4b13df6a3303d9dd12605d84d4c86f76876ea5c34d64bc9
MD5 10a16fe8079b759ebc63915cf79cfd61
BLAKE2b-256 48acbe821fc4c95dabc675e0d7bd2d7229f21efed201120dec2b05a220ee93f4

See more details on using hashes here.

File details

Details for the file car_connector_framework-2.0.6rc140-py3-none-any.whl.

File metadata

  • Download URL: car_connector_framework-2.0.6rc140-py3-none-any.whl
  • Upload date:
  • Size: 18.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.7

File hashes

Hashes for car_connector_framework-2.0.6rc140-py3-none-any.whl
Algorithm Hash digest
SHA256 fca264cb8be4028f3999be6a561907871fca6c21c51d2ac8d758a7453edf374c
MD5 a0f45436a606a16db318b5b2fa061ac5
BLAKE2b-256 fa02e7468e54e33644acd5f44e20bd68f5b424b16252f0bec602a235e3f0e35a

See more details on using hashes here.

Supported by

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