How does yente update its index?
Category: yente · Last updated: · Permalink
Here is a very quick tour of how yente works:
data.opensanctions.org which states the latest version of the OpenSanctions data that was been released.yente-entities-all-00220221030xxxx).data.opensanctions.org (a 500MB+ JSON file) and store it onto the /tmp volume of the container.yente will create an ES index alias from yente-entities-all to the latest snapshot of the index (e.g. yente-entities-all-00220221030xxxx) and delete all older snapshots of the index./search and /match APIs work correctly. On the plus side, any future updates to the data will be indexed first, and the switch-over to the new data will be instantaneous.