coco-agent
Project description
A set of tools and utilities for extracting and shipping raw data to ConnectedCompany ("CC").
Pre-requisites
- python 3.6+ (
python3 --versionto check) - CC connector ID - this is a string provided by CC, strucured like
customer-id>/<source-type>/<source-id> - optionally, a credentials file, to push data extracts and / or logs to CC
Installation
-
Create a new directory for this tool, with a Python virtual environment (venv), then activate the venv:
mkdir coco-agent cd coco-agent python3 -m venv venv source venv/bin/activate -
Install the latest version of the tool the virtual environment:
pip install -U coco-agent
Extract metadata from a Git repository
To extract metadata from a cloned repo accessible via the file system:
coco-agent extract git-repo --connector-id=<connector id> repo-dir
where
connector idis the connector ID mentioned above, provided by CCrepo-diris the directory of the Git repository
By default, output is written to the out directory.
For additional options, including specifying date ranges, see ./coco-agent extract git-repo --help
Additional data sources
Each will have its own connector-id. Simply re-run the extract command, pointing at each additional source as desired.
Upload data
Once desired data has been extracted, it can be securely uploaded to CC from the output directory:
coco-agent upload data --credentials-file=<credentials file path> <connector id> <directory>
where
credentials file pathis the location of the upload credentials JSON file, provided by CCconnector idis, as before, the connector ID for the data sourcedirectoryis the directory where data was previously extracted (./outby default)
Supported options
Invoking coco-agent without arguments will display supported commands and options.
coco-agent version will display the current version.
In the same way, description and options for each sub-command can be seen by passing the --help argument - e.g. coco-agent extract git-repo --help.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file coco-agent-0.3.13.tar.gz.
File metadata
- Download URL: coco-agent-0.3.13.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6863fae163334e581c970e34d36dac110ee886d11c222cb845531ac11f420a5
|
|
| MD5 |
a2754ae6b6692eb32ad77b51dc1efeb5
|
|
| BLAKE2b-256 |
4252d2c81971c6dd503a15ffb0beea600491f4c4d4ec1422a86d340f7022433f
|
File details
Details for the file coco_agent-0.3.13-py3-none-any.whl.
File metadata
- Download URL: coco_agent-0.3.13-py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1430d3c9c321e2d40848851401bff5ccfe76464e67a5cf790e265cda0da7dd23
|
|
| MD5 |
d2d44e4303492f98ae18eb2c04b54c84
|
|
| BLAKE2b-256 |
ca494340aa2ebcdaafaf44beff0637e4b88e49baa5e1f7992c667298bee0ab13
|