Git Product home page Git Product logo

Comments (3)

peterviergutz avatar peterviergutz commented on June 15, 2024

Hi,

I am developing a prototype for my current project and man, join-monster is a decent piece of software that can solve 80% of my problems out of the box. GroupBy is in the other 20%, so I was wondering why this feature was closed?

I hacked a group by into the QueryRoot resolver by just collecting the fields to be grouped by in the context and appending groupby in the dbCall function of the demo - it works pretty well when you sqlBatch the join. So I was wondering if there's any blocker further down the road that I've missed? If not, a hint into the right direction how this ought to be tackled would be highly appreciated. I'd be happy to contribute to this great project :)

Thanks!

from join-monster.

acarl005 avatar acarl005 commented on June 15, 2024

Interesting.... do you have a sample or a fork I can check out? I ended up closing it because I couldn't get a consistent, efficient implementation that worked in all situations, e.g. after a sqlJoin or a sqlBatch. I am certainly open to the idea.

from join-monster.

peterviergutz avatar peterviergutz commented on June 15, 2024

I couldn't get a consistent, efficient implementation that worked in all situations

I agree, adding robust support without limitations will be hard, if possible at all. Please do not consider this a proper approach - it's just the result of a quick PoC if join-monster can solve problems in my current project - I added a groupBy hack to the demo here, just

npm install
npm start

Sample query:

{
  users {
    id
    stats(from: "2016-01-01", to: "2017-08-02") {
      comments
      likes
    }
    posts {
      body
      stats(from: "2016-01-01", to: "2017-08-02") {
        comments
        likes
      }
    }
  }
}

General functionality is to populate context.groupBy in the where() of the StatsConnector by climbing up the nodes in the sqlASTNode and then appending the group by SQL in the resolver() of the QueryRoot.

from join-monster.

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.