Cal

On Sun, Aug 17, 2014 at 1:07 PM, Guy Bowden <guy.bow...@gmail.com> wrote:

> Hi,
>
> I'm looking for an app that will allow me to 'push' notifications/messages
> to a user / users / groups via the admin system.
>


>
> examples:
> show all users a notice about a new feature
> show users a notice about planned maintenance
> and other such useful things!
>
> it would be able to have a 'dismiss'/'delete' notification feature. Plus
> read/unread and so on.
>
> Admin would enter the admin site, add in a new notice, select who should
> see it, perhaps with optional publish / unpublish dates and a level
> (info/warning/danger etc)
>
> On the front end a templatetag would be used to fetch all notices to
> display, and then display them, marking them as read when they're
> displayed. There would be a simple way to dismiss a message and never see
> it again.
>
> Anything like that exist? Seems fairly simple to create (don't they all!)
> if not.
>

Really depends on your use case.

If you're talking about less than 100k notifications in the life time of
the application, and a throughput of under 10 reqs/sec, then you might get
away with storing in your relational DB.

However if you're looking for a high throughput messaging system, multiple
delivery channels, or large amounts of notifications, then you'd probably
want to look into using something like Redis (or RabbitMQ), or perhaps
*insert NoSQL technology here*.


>
> Cheers
> Guy
>
> --
> 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+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/29b03086-4b57-49bd-acda-36c78ddd19f5%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/29b03086-4b57-49bd-acda-36c78ddd19f5%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAHKQagG%2BcJjTp5nfedRPPe5dBAezrB6hCg8AMBis%2Bi3WqsjejA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to