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
Built Distribution
File details
Details for the file car-connector-framework-2.0.10.tar.gz
.
File metadata
- Download URL: car-connector-framework-2.0.10.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/21.4.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5283782b6b97aaa8618e6aeb7b213d83af348f68a2675a5e20350304d892ec59 |
|
MD5 | 40ae977f4653269e01f2d0c069769ec3 |
|
BLAKE2b-256 | f1a3f44d2a16ec8bb733838409ebe87035cf3bd1cddc3438c0c360e8d8bdbb36 |
Provenance
File details
Details for the file car_connector_framework-2.0.10-py3-none-any.whl
.
File metadata
- Download URL: car_connector_framework-2.0.10-py3-none-any.whl
- Upload date:
- Size: 19.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/21.4.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b751e51a6524b4a6abb4f5ddf746eced19ebd9d7012c04903d0e3f1653ea1886 |
|
MD5 | e05945fc3e004d1135e9c4fca5d959db |
|
BLAKE2b-256 | 9e1c4f65bde3d4bbc4c632a7738bbff6e2d13576d34e6588fa73b9e0fae52718 |