Relative Content

Tag Archive for persistence

Structural pattern for an unconventional use of a database

I’m writing a game client as a personal project and using using it as a vehicle to learn about Java database access, specifically Neo4j, and possibly Spring Data Neo4j if I decide it’s appropriate. I’m well aware that my application is a bit unconventional, and this has raised questions that are hard frame narrowly. I hope this question is appropriate for this site.

Persist data downloaded by Celery workers

I’m working in a tool that downloads tweets from Twitter to process them later. For this purpose I’m using Celery with RabbitMQ, sending task with the keywords that must be tracked by the workers.

Persist data downloaded by Celery workers

I’m working in a tool that downloads tweets from Twitter to process them later. For this purpose I’m using Celery with RabbitMQ, sending task with the keywords that must be tracked by the workers.