RabbitMQ - Log aggregation by timestamp

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
soujanyanaganuri
Posts: 1
Joined: Wed Jul 19, 2017 6:01 am

RabbitMQ - Log aggregation by timestamp

Post by soujanyanaganuri » Fri Mar 30, 2018 9:12 am

I've explored a considerable measure about RabbitMQ and information collection yet I think now I require some assistance.

I've manufacture a rabbitmq pipeline which cointains a preprocess line, a procedure line and a spare line.

My preprocess line get's in lines of logdata. Presently I need to put these lines in interim receptacles (f.e. 30 min. containers).

Is there an answer where I can do this parallel, Python https://goo.gl/u4XXSX so I can scale my preprocess shoppers? When I keep the log lines in only one preprocess buyer the memory will increment.

I know there are arrangements like Apache Spark, yet I truly wanna know whether I can tackle this issue with RabbitMQ.

Post Reply