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-3.0.0rc222.tar.gz (17.1 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-3.0.0rc222-py3-none-any.whl (21.2 kB view details)

Uploaded Python 3

File details

Details for the file car-connector-framework-3.0.0rc222.tar.gz.

File metadata

File hashes

Hashes for car-connector-framework-3.0.0rc222.tar.gz
Algorithm Hash digest
SHA256 170b45c2673b4aef4f281dc9f694925a88b630f76d150d7e2277959cfe3e4e0c
MD5 8cd9c47389d31c6e76ab32f5fcadef00
BLAKE2b-256 0ecdbf83eab4ba624e39522fdc062e28eb0311ed4774aa36e62b688309d79ecb

See more details on using hashes here.

File details

Details for the file car_connector_framework-3.0.0rc222-py3-none-any.whl.

File metadata

File hashes

Hashes for car_connector_framework-3.0.0rc222-py3-none-any.whl
Algorithm Hash digest
SHA256 0e82f591dd59ea8e93bad9b8ea98bcc4ebdb54f3c285bf70440f310288a79fba
MD5 aa6c661fea84906b2b2ce070092dc938
BLAKE2b-256 99c95f50b243d11bb7635a39344459cdfd5446c7723b4decbfdc20483096842b

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