GithubHelp home page GithubHelp logo

ckan-timeseries's People

Contributors

namgk avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

ben2917 datopian

ckan-timeseries's Issues

add custom timestamp

users should be able to specify the timestamp in their records, this override the auto generated one.

timezone information in special fromtime/totime format

For the custom format of fromtime/totime (e.g "last 1d,2m"), no timezone information is specified.

To fix this, either add zone information on the query so it becomes something like "last 1d,2m+00:08", this looks messy.

Other way is to introduce new timezone parameter, maybe "timezone", which if missing, UTC will be used as default.

calculate totime from fromtime

It would be interesting if one can query with a fromtime value and totime to be relatively specified to fromtime.

For example a query like this might be good to have:

fromtime: "2016-10-18"
totime: "next 1d"

count operation takes too long

For large table, it takes very long time for a datastore resource to be displayed on CKAN web interface. This is due to the count operation on result returned from database. The web interface does not impose any filter so basically all records are returned and limit is applied. Then the count operation is applied to a large number of records.

Consider to calculate count based on max id and min id since id is auto-incremental.

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.