Giter Site home page Giter Site logo

use presto? about rtcstats-server HOT 3 CLOSED

fippo avatar fippo commented on July 1, 2024
use presto?

from rtcstats-server.

Comments (3)

ggarber avatar ggarber commented on July 1, 2024

I think what we have now is more a pipeline where data passes through different stages than different databases to query/join together. Maybe I missunderstood prestodb. How do you think we could use it?

BTW, I'm starting to use Amazon Data Pipelines, where you define/schedule the transformations (now Dynamodb->Redshift but I'm trying to export it to a .csv in S3 too).

from rtcstats-server.

fippo avatar fippo commented on July 1, 2024

what I found useful was the ability to pull in the raw data (in our case: the log from s3), process it (extract features) and then get the result as something sql-ish.

not sure if presto really does that.

from rtcstats-server.

ggarber avatar ggarber commented on July 1, 2024

That is what you can do with with Amazon Data Pipelines and with Amazon Lambda. I started using Lambda for Snoop but I'm not using it now.

Amazon Lambda: receives an event every time there is a new S3 entry and executes a script that can process it and store it wherever you want.

Amazon Data Pipeline: you schedule a process with N Data Nodes (S3, Dynamo, Redshift...) and Activities between them executing any processing you want with MApReduce like operations.

from rtcstats-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.