Simple event pipping and storing infra-structure to be for crossing, entering and other events.
There's currently three adapters for the Crossline infra-structure:
| Name | Description |
|---|---|
LocalAdapter | For local data source storage of information. |
OmniAdapter | For the push of information from the Crossline to an Omni instance for warehousing. |
PicaAdapter | To enable integration of enter operation in PicaPonto service. |
| Name | Type | Default | Description |
|---|---|---|---|
| LOCAL_ENABLED | str | True | If the Local adapter is enabled. |
| OMNI_ENABLED | str | True | If the Onni adapter is enabled, notice that additional values are required to make the adapter ready. |
| PICA_ENABLED | str | True | If the PicaPonto adapter is enabled, notice that additional requirements (eg: company definitions) may apply to properly make the adapter ready. |
| PICA_BASE_URL | str | https://picaponto.pt/ | The base URL to access PicaPonto. |
| PICA_COMPANY | int | None | The identifier of PicaPonto company associated. |
Crossline is currently licensed under the Apache License, Version 2.0.