A
A
Alexander2019-04-25 10:12:36
PostgreSQL
Alexander, 2019-04-25 10:12:36

What tools to use when searching a database with big data?

It is necessary to implement similar functionality as https://hh.ru/search/vacancy?text=&area=1
5cc15ce352a49416602459.png
All data is stored in the postgres database. As I see the solution to this problem:
1) Connect the NoSQL database.
2) Every 4 hours, run a cron task that will synchronize postgres with nosql database, count the number of resumes in the city, by gender, by salary, etc. Or catch an event when certain tables in Postgres have changed and run synchronization with nosql.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Evgeny Maltsev, 2019-04-25
@kentuck1213

Elasticsearch, for Django there is django-haystack as an example.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question