Live data from Hacker News

Crate.io – Big Data SQL in real time

crate.io

11–20 of 83 posts

Re: Crate.io – Big Data SQL in real time

#15
post #7

Any idea what app or library they used to make the retro green-screen terminal video?

Looks like Cathode: http://www.secretgeometry.com/apps/cathode/

Winner. Thank you.

I also found more links at: http://www.jwz.org/blog/2011/01/cathode-vintage-terminal-emu...

Re: Crate.io – Big Data SQL in real time

#16
Nicely done and thoughtfully executed.

As a quibble on the suggested use cases, this platform will not work for the Internet of Things generally for two reasons. First, it lacks support for the spatial data types, including polygons, and operations, including spatial joins, that are typical of those types of data models. Second, typical commercial IoT data sources are often on the order of 100TB-1PB per day, which implies continuous insert rates far beyond what this architecture can support and still have real-time queries. It is why Internet of Things is a completely different class of Big Data problem that does not fit on platforms like Hadoop or Spark that were not specifically designed for it.

You can design databases for Internet of Things workloads but this isn't an example of one. However, Crate should work great for more traditional Big Data workloads.

Re: Crate.io – Big Data SQL in real time

#20

Nicely done and thoughtfully executed. As a quibble on the suggested use cases, this platform will not work for the Internet of Things generally for two reasons. First, it lacks support for the spatial data types, including polygons, and operations, including spatial joins, that are typical of those types of data models. Second, typical commercial IoT data sources are often on the order of 100TB-1PB per day , which i…

> Second, typical commercial IoT data sources are often on the order of 100TB-1PB per day

Interesting. Do you have a source on that?

Post reply on HN