0 reply
0 recast
2 reactions
4 replies
4 recasts
9 reactions
1 reply
1 recast
1 reaction
For my citizen science framework (pybossa), I used Postgresql for fuzzy searches, and it worked well. It was a full search engine finding empty tasks for people to help contribute (i.e., we built a project to tag gluten-free products for kids as you need to read the ingredients and the labels to find out). When a majority (up to 100 people) reviewed each item, we computed some statistical analysis on the contributions to build a canonical tag for the product. The project had a search engine that allowed you to find any product using synonyms, translations, fuzzy searches, etc. Postgresql is beyond amazing.
We also use it nowadays as a queue system, so you can avoid installing it in your stack rabbitmq, Kafka, or anything like that. Just simple SQL for background jobs. 0 reply
0 recast
1 reaction
0 reply
0 recast
1 reaction
0 reply
0 recast
0 reaction