Live data from Hacker News

To Be Continuous

pipelinedb.com

1–10 of 54 posts

Re: To Be Continuous

#4
Well said! Good timing too, I'm beginning to sketch out how to tackle this large file set processing that has to stitch together data from corresponding files. The magnitude I'm imagining is such that I can't just read all the files into memory and do the matching, number crunching, and what not against. I like the concepts and terminology in this article. Definitely worth keeping in the back pocket going forward if not diving into it all outright. Thanks so much.

Re: To Be Continuous

#7
As someone who's made a lot of use of `tail` and similar, this is appealing.

But I don't have a lot of use cases in personal projects, and am unlikely to find a good use-case at work in the near future. What's the 'adoption path' for something like this?

I think a really robust sample data set with example queries (think the neo4j imdb examples) would be a great way to show how powerful and easy something like this can be.

Re: To Be Continuous

#8

As someone who's made a lot of use of `tail` and similar, this is appealing. But I don't have a lot of use cases in personal projects, and am unlikely to find a good use-case at work in the near future. What's the 'adoption path' for something like this? I think a really robust sample data set with example queries (think the neo4j imdb examples) would be a great way to show how powerful and easy something like this c…

Jeff from PipelineDB here. Great suggestion! We've actually created this using sample Wikipedia data. See:

http://docs.pipelinedb.com/quickstart.html

Post reply on HN