--
You received this message because you are subscribed to the Google Groups "NOSQL" group.
To view this discussion on the web visit https://groups.google.com/d/msg/nosql-discussion/-/tf5bysvphYoJ.
To post to this group, send email to nosql-di...@googlegroups.com.
To unsubscribe from this group, send email to nosql-discussi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nosql-discussion?hl=en.
--
Hi,
You should have a look at opentsdb (http://opentsdb.net/): a time series database on top on hbase.
However, given the volumes you mention you could as well consider a pure sql solution.
N.
On Tue, May 8, 2012 at 10:17 AM, Macho Che <chew...@gmail.com> wrote:
we have about one hundred sensor nodes (will be added even more in the future) to collect the environmental parameters, such as temp, humidity and air concentration. The sensor nodes will send the data with a interval of about 10s. And we need to read the data from database to show it in our own system, eg. from time A to time B; from time A till now...I've learned cassandra and Oracle NoSQL, is there any one could give me some suggestions.Thanks a lot.
--
You received this message because you are subscribed to the Google Groups "NOSQL" group.
To view this discussion on the web visit https://groups.google.com/d/msg/nosql-discussion/-/tf5bysvphYoJ.
To post to this group, send email to nosql-discussion@googlegroups.com.
To unsubscribe from this group, send email to nosql-discussion+unsubscribe@googlegroups.com.
thanks, I wonder if a pure sql solution could meet the scalability because the data set is increasing very quickly.
On Wednesday, May 9, 2012 12:45:08 AM UTC+8, Nicolas Liochon wrote:
Hi,
You should have a look at opentsdb (http://opentsdb.net/): a time series database on top on hbase.
However, given the volumes you mention you could as well consider a pure sql solution.
N.
On Tue, May 8, 2012 at 10:17 AM, Macho Che <chew...@gmail.com> wrote:
we have about one hundred sensor nodes (will be added even more in the future) to collect the environmental parameters, such as temp, humidity and air concentration. The sensor nodes will send the data with a interval of about 10s. And we need to read the data from database to show it in our own system, eg. from time A to time B; from time A till now...I've learned cassandra and Oracle NoSQL, is there any one could give me some suggestions.Thanks a lot.
--
You received this message because you are subscribed to the Google Groups "NOSQL" group.
To view this discussion on the web visit https://groups.google.com/d/msg/nosql-discussion/-/tf5bysvphYoJ.
To post to this group, send email to nosql-di...@googlegroups.com.
To unsubscribe from this group, send email to nosql-discussi...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nosql-discussion?hl=en.
--
You received this message because you are subscribed to the Google Groups "NOSQL" group.
To view this discussion on the web visit https://groups.google.com/d/msg/nosql-discussion/-/W2Mv9Y4og8cJ.
To post to this group, send email to nosql-di...@googlegroups.com.
To unsubscribe from this group, send email to nosql-discussi...@googlegroups.com.
What is the expected throughput and the expected volume right now and what are your projections for the future?
On May 9, 2012, at 7:15 PM, Macho Che <chew...@gmail.com> wrote:
thanks, I wonder if a pure sql solution could meet the scalability because the data set is increasing very quickly.
On Wednesday, May 9, 2012 12:45:08 AM UTC+8, Nicolas Liochon wrote:
Hi,
You should have a look at opentsdb (http://opentsdb.net/): a time series database on top on hbase.
However, given the volumes you mention you could as well consider a pure sql solution.
N.
On Tue, May 8, 2012 at 10:17 AM, Macho Che <chew...@gmail.com> wrote:
we have about one hundred sensor nodes (will be added even more in the future) to collect the environmental parameters, such as temp, humidity and air concentration. The sensor nodes will send the data with a interval of about 10s. And we need to read the data from database to show it in our own system, eg. from time A to time B; from time A till now...I've learned cassandra and Oracle NoSQL, is there any one could give me some suggestions.Thanks a lot.
--
You received this message because you are subscribed to the Google Groups "NOSQL" group.
To view this discussion on the web visit https://groups.google.com/d/msg/nosql-discussion/-/tf5bysvphYoJ.
To post to this group, send email to nosql-discussion@googlegroups.com.
To unsubscribe from this group, send email to nosql-discussion+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nosql-discussion?hl=en.
--
You received this message because you are subscribed to the Google Groups "NOSQL" group.
To view this discussion on the web visit https://groups.google.com/d/msg/nosql-discussion/-/W2Mv9Y4og8cJ.
To post to this group, send email to nosql-discussion@googlegroups.com.
To unsubscribe from this group, send email to nosql-discussion+unsubscribe@googlegroups.com.
On Tue, May 8, 2012 at 1:17 PM, Macho Che <chew...@gmail.com> wrote:
> we have about one hundred sensor nodes (will be added even more in the
> future) to collect the environmental parameters, such as temp, humidity and
> air concentration. The sensor nodes will send the data with a interval of
> about 10s.