https://github.com/hivesolutions/crossline
Simple event pipping and storing infra-structure
https://github.com/hivesolutions/crossline
counter data opencv warehouse
Last synced: about 1 month ago
JSON representation
Simple event pipping and storing infra-structure
- Host: GitHub
- URL: https://github.com/hivesolutions/crossline
- Owner: hivesolutions
- Created: 2015-12-01T16:23:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-12-07T01:35:57.000Z (7 months ago)
- Last Synced: 2025-12-26T20:30:58.815Z (6 months ago)
- Topics: counter, data, opencv, warehouse
- Language: Python
- Homepage: http://crossline.hive.pt
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# [Crossline](http://crossline.hive.pt)
Simple event pipping and storing infra-structure to be for crossing, entering and other events.
## Adapters
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](https://picaponto.pt) service. |
## Configuration
| 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](https://picaponto.pt) 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](https://picaponto.pt). |
| **PICA_COMPANY** | `int` | `None` | The identifier of [PicaPonto](https://picaponto.pt) company associated. |
## License
Crossline is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).
## Build Automation
[](https://github.com/hivesolutions/crossline/actions)
[](https://coveralls.io/r/hivesolutions/crossline?branch=master)
[](https://pypi.python.org/pypi/crossline)
[](https://www.apache.org/licenses/)