Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Using Celluloid for a statistic app
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Andy Willson  
View profile  
 More options Nov 1 2012, 11:03 pm
From: Andy Willson <awillson...@gmail.com>
Date: Thu, 1 Nov 2012 20:03:27 -0700 (PDT)
Local: Thurs, Nov 1 2012 11:03 pm
Subject: Using Celluloid for a statistic app

I read a lot about Celluloid and I'm trying to find out if I can use it for
my project and what setup I should choose.

I would like to:

* Push JSON data to a server using TCP or UDP
* Store the data in a database
* Stream the data via Websockets to clients

I hope you can guide me into the right direction.

Thanks a lot.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Julien Ammous  
View profile  
 More options Nov 5 2012, 5:00 am
From: Julien Ammous <schmu...@gmail.com>
Date: Mon, 5 Nov 2012 02:00:18 -0800 (PST)
Local: Mon, Nov 5 2012 5:00 am
Subject: Re: Using Celluloid for a statistic app

Celluloid by itself won't do much for you in this regard but you can have a
look at celluloid-io and reel.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tony Arcieri  
View profile  
 More options Nov 5 2012, 4:12 pm
From: Tony Arcieri <tony.arci...@gmail.com>
Date: Mon, 5 Nov 2012 13:11:54 -0800
Local: Mon, Nov 5 2012 4:11 pm
Subject: Re: Using Celluloid for a statistic app

On Thu, Nov 1, 2012 at 8:03 PM, Andy Willson <awillson...@gmail.com> wrote:
> * Push JSON data to a server using TCP or UDP
> * Store the data in a database
> * Stream the data via Websockets to clients

You might consider using an HTTP API for pushing data to the server. Reel
supports end-to-end streaming, so it'd be pretty easy to model the incoming
data stream as chunked HTTP. Reel also supports Websockets.

For database access, use the database library of your choice (e.g.
ActiveRecord, Sequel). For this to work correctly you should probably use
an actor per connection. This is unfortunately underdocumented at the
moment but something I'd love to get documented better ;)

--
Tony Arcieri


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »