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.
Entity resolution (ER) is the connecting of non-identical, related data from disparate sources to “entities”. Entities can be anything from people, to companies, to financial transactions.
Companies today are collecting more and more data, of varying quality and from different/disparate sources, but they are only able to productively use a fraction of this data. Why? Because matching this data together so that one has the full data picture, is technically very difficult, especially at scale and when data must be accessed in real-time.
In order to fully utilise and get value from data resources - both internal and externally-sourced - the data needs to be matched together - entity resolution - in a manner which can be searched quickly.
You need to have a valid license or test agreement in order to install Tilores into your own account. For a quick test, you can visit the public SaaS version of Tilores.
- Install the CLI
go install github.com/tilotech/tilores-cli@latest
tilores-cli version
- Initialize the project
mkdir foocustomer
cd foocustomer
tilores-cli init
-
Modify the schema files in the newly created
schema
folder. -
If you want to test the API in your own AWS account, you can do so via
tilores-cli deploy --region <your-aws-region>
Please note, that this requires at least Terraform in version 1.x.x to be installed.
- Removing the API again from your AWS can be done by
tilores-cli destroy --region <your-aws-region>
More help to get started:
- Tilores Documentation
- Tilores Website for general information
- Tilores Public SaaS