This is the offical SDK to develop with the Tilores entity resolution database.
Project description
Tilores Python SDK
The tilores-sdk
Python package is a small SDK to develop with the Tilores entity resolution system.
What is entity resolution?
Entity resolution is the connecting of non-identitcal, related data from disparate sources to "entities". Entities can be anything from people, to companies to financial transactions.
Tilores is a highly-scalable, “entity-resolution” technology that was originally developed to connect internal data together. The technology was developed because we found that no other technology on the market could deliver the speed, scalability or cost performance we demanded.
Common use cases of entity resolution are:
- Deduplication of records from different sources
- Matching of financial transaction records
- Data cleaning and transformation
- Frequency analysis of individual attributes
- Retrieval Augmented Generation
Example usage
Installation
$ pip install tilores-sdk
Usage
-
Given you have a Tilores instance setup
-
Given you have a set of Tilores instance API credentials.
Obtain your credentials from your Tilores instance in Manage Instance > Integration > GraphQL API.
-
Given you have data loaded, and a schema configured that supports searching for the fields specified in this example.
import os
from tilores import TiloresAPI
# Initialize the TiloresAPI (or use `TiloresAPI.from_environ()`)
tilores = TiloresAPI(
api_url=os.environ['TILORES_API_URL'],
token_url=os.environ['TILORES_TOKEN_URL'],
client_id=os.environ['TILORES_CLIENT_ID'],
client_secret=os.environ['TILORES_CLIENT_SECRET']
)
tilores.search({'name': 'Müller, Sophia'})
Features
The Tilores SDK supports the following features of the Tilores API:
- Tilores instance authentication
- Tilores database schema and introspection
- Tilores database GraphQL queries
- Tilores entity resolution search
- Tilores golden record retrieval
In addition to that, it provides various convenience helpers to integrate with the Python ecosystem:
- Create pydantic base classes from the Tilores schema
Project details
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 tilores_sdk-0.2.0.tar.gz
.
File metadata
- Download URL: tilores_sdk-0.2.0.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd36ad426d95dd21c181ce37d06ede431772688b10854f200a74f329ba418ef3 |
|
MD5 | 346c022624701a0a88f850a78d9c420d |
|
BLAKE2b-256 | 8f6586d327d515718a8562d0a2cfdc4ddcd8176f9383129aba6cc5c93fa5f59c |
File details
Details for the file tilores_sdk-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: tilores_sdk-0.2.0-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34ad7f874240961f61fe473aa884c3f6de6537501bfe6cdbfbc8bfc4bb177c22 |
|
MD5 | b4c62b6d3555575957677c840f4686f0 |
|
BLAKE2b-256 | 03eb34f18fe0a165afe5e73e11a51355d278ae16e5909f2413e40db20798c282 |