Friday, December 2, 2016

Log collector to use with Django

Hello,

I am kind of new to the Django world and am trying to create a website which allows students to submit course reviews and also search courses based on certain attributes.

Am using AWS, Django, PostgreSQL, Elasticsearch. I am trying to figure out components to solve for the following 2 use cases:

Use case 1

Search logging - Need to log every search coming in. Planning to use Celery(supports asynchronous logging) + logstash/fluentd + S3/webhdfs

Use case 2

Update elasticsearch index with new course data from PostgreSQL backend. Planning to use logstash/fluentd + elasticsearch



Which one of logstash / fluentd / any other log collector would work well with AWS + Django combination? Appreciate inputs from someone who has experience with a similar setup.



--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/1360e01d-2bcd-4ad8-a20a-10c458b145b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment