A
A
Alexey Samoilov2016-03-22 17:23:36
Python
Alexey Samoilov, 2016-03-22 17:23:36

What can be used to store an array of data with live query data by condition in Python?

Conditions:
1. The celery worker is launched, which uploads data to Postgre every 10 seconds during the day. The amount of data during the day - 400mb - 1gb, at the end of the day the data is reset;
2. By condition, a worker is executed that requests data from Postgre;
Is there any convenient alternative that can replace Postgre by providing faster speed?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Cheremisin, 2016-03-22
@leahch

If tabular data is of the type of logs, then there are a lot of alternatives, the whole question is how this data is processed. Alternatives,
non-traditional:
- influxdb, mongodb, elasticsearch, redis
traditional:
- mysql
- more, everywhere.

D
Dimonchik, 2016-03-22
@dimonchik2013

Aerospike
just made a third Python connector

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question