top | item 7386594

Publish events from your Spark Core

43 points| zsupalla | 12 years ago |blog.spark.io | reply

20 comments

order
[+] mtimjones|12 years ago|reply
What does this have to do with the "cloud?" Does it really mean "Internet?" The cloud is about scalable resources that can be elastically leased for short or long periods of time. That's different than the Internet, which is a means of communication...
[+] sp332|12 years ago|reply
The cloud is the part of the network you don't have to care about. It started out meaning the Internet. You would draw a local network diagram, then a little cloud, then the remote network. You didn't care about who owned all the links in between, where they were, how many there were etc. People have been thinking about moving things "into the cloud" well before it became a buzzword. Moving storage into the cloud was easy enough, just make a network request to send or retrieve data. You don't have to care where the data is, or even who owns the servers. This is more than "the internet" because it includes servers and storage, not just the network. Moving computation to the cloud has been trickier - Amazon EC2 gives you a lot of flexibility but it's not very "cloudy". Wolfram Alpha or Google Drive spreadsheets might be a better example.
[+] blhack|12 years ago|reply
So I take it you haven't talked to a marketing person in the last few years, eh?

I recently was told that a product would be hosted on a local cloud.

What they meant was an NFS share.

[+] weland|12 years ago|reply
The Internet sounds like the 1990s, whereas The Cloud sounds like the 2014s.

Sadly, I'm not just being ironic.

[+] mwetzler|12 years ago|reply
This is great, nice job! I work at Keen IO and we're kind of obsessed with smart device event data. Do you think Spark users would be interested in an API to collect & query all their Spark events? For example we have integrations so that any Stripe or Sendgrid user can collect & query their payment/email events. I could imagine a similar integration for Spark events. We also work with smart devices companies. There could be some really interesting partnership opportunities here. Thanks for sharing your post!
[+] natch|12 years ago|reply
Can everything be enabled without spark.io in the loop? In other words, can I just use my own home server and get the same functionality today?
[+] laported|12 years ago|reply
From the homepage (https://www.spark.io/):

What if I don't want to connect through the Cloud?

That's okay! The Cloud is there to make the Core easier to work with, but if you'd rather do it yourself, that's no problem. The Core lets you do your own socket programming over TCP and UDP.

If you want the simplicity of the Cloud but you want it on your own server, we'll be releasing an open source version of the Cloud designed for quick and easy deployment.

[+] pbhjpbhj|12 years ago|reply
I'm looking for a wifi ingress monitor (ideally it would take a picture rather than be a simple sensor) - any suggestions.

Also, re the spark:

"No need to ever plug the Core into your computer" vs. "Power it over USB"

Edit: scratch that, https://www.spark.io/# has details of a "battery shield" with a LiPo - an idea of the battery life when running the OP's sensor application would be nice though?

[+] Hortinstein|12 years ago|reply
are you talking about "ingress" the google game? You are probably talking about physical security but if not, I would love to hear more about what this monitor would do for you to monitor the game
[+] rpedela|12 years ago|reply
For me, the most interesting thing was HTML server-sent events which I had never heard of before. Thanks!