Playing around with elasticsearch using Docker to set up and artwork info to load and run searches on
Using a Docker container to run elasticsearch as linked:
https://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html
Used Tate data from linked repo:
https://github.com/tategallery/collection
Filtered for only clean, easy to use keys for testing by running create_json.py which creates artwork.json
Ran Bulk load API form upload_artwork.sh
Test out in elastic_search.py
- Load artists as well & index better
- Properly check what the format needs to be for the bulk load API
- Make searching on artwork strings more flexible
- Mock the API to unit test?