Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No-Sql and Asp.net Mvc

i asked a related question like this but it was deleted so i have filtered it out

I am creating a twitter like app where feeds are generated for each activity and subscribers can see those feeds.

Currently iam using sql and joining + unioning (union command) too many tables, I have read many places that for feeds like structure NoSQL (redis or some other) is used.

I am looking for a hello-world sort of application for that in ASP.NET.

like image 926
Rusi Nova Avatar asked Aug 15 '26 12:08

Rusi Nova


2 Answers

I am creating a twitter like app where feeds are generated for each activity and subscribers can see those feeds.

It looks like a good use case for redis pub/sub.

I am looking for a hello-world sort of application for that in ASP.NET.

ServiceStack, which is a maintainer of C# redis client, have some examples.

like image 97
yojimbo87 Avatar answered Aug 17 '26 02:08

yojimbo87


Check RavenDb http://ravendb.net/ there is a Demo of the MVC Music Store

RavenDb https://github.com/ravendb/ravendb is mantained primarly (I think) by http://ayende.com/blog that has made a lot of cool tools for the .NET community...

And for the twitter REST, I've used http://hammock.codeplex.com/ (it seems that they are not anymore in codeplex....)

http://www.ohloh.net/p/hammock

like image 27
jjchiw Avatar answered Aug 17 '26 04:08

jjchiw



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!