tvorova-tvornica / anagram-solver

This is repo of anagram solver, web app that solves celebrity anagrams
https://anagram-solver.fly.dev/
MIT License
0 stars 0 forks source link

UploadCelebrities endpoint #4

Closed i-vukman closed 1 year ago

i-vukman commented 1 year ago

CelebrityController should support upload of celebrities JSON file (https://query.wikidata.org/querybuilder/?uselang=en) and saving celebrities to DB. It should also do upsert instead of insert to avoid duplicates.

i-vukman commented 1 year ago

This is obsolete, we ended up implementing async import in background