Tuesday, February 28, 2012

new plugable django app released (django-hitcount-mixed-object)

I recently released a plugable django app (django-hitcount-mixed-
object) in order to count hits/views over mixed object using NoSQL in
order to increase the performance of this functionality.

To count hits/views of simple objects is a simple task, in comparison
with mixed objects.

What is a mixed object?. Let's see with a use case.

Imagine that your app allows customize the ordered items, similar how
happen at ordering food sites. I mean that two ordered items can
specify the same dish, but with different toppings. and you need to
know how many times the same dish with the sames toppings have been
ordered.

In this case, the composition of dish with toppings ordered is the
mixed object, and it can be divided into:
1) object -> match with dish
2) related objects -> match with toppings

If this example or similar one is your problem, this django app is for
you.

Your are welcome to send your feedback about the this plugable. You
can download it from pypi[1] or make a fork at github[2]

[1] - http://pypi.python.org/pypi/django-hitcount-mixed-object/

[2] - https://github.com/rmaceissoft/django-hitcount-mixed-object

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment