Typo is the intelligent data quality barrier for enterprise information systems. The Typo target communicates with Singer taps, and consumes data that conforms to the Singer JSON specification.
Project description
target-typo
Singer target to load data to Typo.
Install
Requires Python 3
pip install target-typo
Use
target-typo takes two types of input:
- A stream of Singer-formatted data on stdin
- A config file containing:
- api_key - API Key created in the Typo Dashboard
- api_secret - API secret created in the Typo Dashboard
- cluster_api_endpoint - URL to your Typo cluster. See your account details on the Typo Dashboard.
- repository - Name of the repository
- send_threshold - The batch size in number of rows to send in each import request to Typo
Sample config file:
{
"disable_collection": false,
"api_key": "my_apikey",
"api_secret": "my_apisecret",
"cluster_api_endpoint": "https://cluster.typo.ai/management/api/v1",
"repository": "my_repository",
"send_threshold": 250
}
> TAP-some-api | target-typo -c config.json
Development Install
python3 -m venv .venv
source .venv/bin/activate
pip install -e .
Support
You may reach Typo Support at the email handle support@typo.ai or See the contact information at https://www.typo.ai
Copyright 2019 Typo. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
This product includes software developed at or by Typo (https://www.typo.ai/).
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 target-typo-0.1.0.tar.gz
.
File metadata
- Download URL: target-typo-0.1.0.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1c49f002b5e2c1b0c2faca99a1b762739a6af05e0f8cbfdc57e340b70813676 |
|
MD5 | 2173733ff44a9575b8c3c775c93ba531 |
|
BLAKE2b-256 | d5dbff72ff4a1e502f83be1f751eeafd4ce80bb44c1a57aaa3184382c0be47df |
File details
Details for the file target_typo-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: target_typo-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ebc464cd8cb8663edc0beabbf6364a45d7d66cdde7b8ce72fe0e0e8c24569d1 |
|
MD5 | 403059c6223507d336991d800ff1c03c |
|
BLAKE2b-256 | 34152f0685332492347d33a542b8e08fb6ef4a33013f19834d18caa7072e6048 |