Coder Social home page Coder Social logo

Comments (5)

abhisant avatar abhisant commented on August 21, 2024

Sorry for the late response. I am currently traveling out of the country for a month, (on vacation with intermittent internet connectivity). I will try to find some time out of my vacation to add the build scripts.

from druidplugin.

hmermerkaya avatar hmermerkaya commented on August 21, 2024

I need build scripts too, I could make some contributions to the project.
Based on our needs, I added the following features to Kenji Noguchi work.

  1. Shifting time forward so that one can compare for an instance the data of the last week with that of this week in the same time period.
  2. Implementing predefined post aggregations and their relevant aggregations read from json file sitting in dist folder with the same name as that of druid datasource.
  3. Implementing post aggregation in which either of the aggregations could exist in different datasources. Aggregations from different datasource can be invoked by object-property notation. For example in a datasource labeled as "A" and an aggreation named "agg1", it is 'A.agg1'.

Please see my github repo https://github.com/hmermerkaya/druidplugin

from druidplugin.

abhisant avatar abhisant commented on August 21, 2024

from druidplugin.

knoguchi avatar knoguchi commented on August 21, 2024

This plugin made its way to the official plugin repo. It means this repo is responsible for the backward compatibility since the general users started using it. Though it still lacks Druid's critical features such as PostAggregator, granularity=all, timezone handling, the filter expressions that support AND OR, etc etc.

It was too much work for me to keep my fork mergeable state to the upstream while maintaining the backward compatibility, adding new features, and working around Druid's weird design all at the same time. Also my fork introduced math expression parsers so it can support calculations beyond the simple binary operation e.g. +-*/ . That's the time I decided to take my repo off the Github. I've never meant to create a hostile fork.

If we build v2.0 I would contribute back where we don't have to maintain the backward compatibility. Going forward we better come up with roadmap to support the Druid's features thoroughly, or design it to be extensible to the least. Maybe we can start it for Grafana v4.0. What do you think?

By the way @hmermerkaya, the SQL query is not working. You may want to remove it. Back then I was planning to add the PlyQL nodejs module to the plugin. It turned out to be difficult to integrate.

from druidplugin.

abhisant avatar abhisant commented on August 21, 2024

Added build scripts.

from druidplugin.

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.