Code Monkey home page Code Monkey logo

api-tabular's People

Contributors

abulte avatar geoffreyaldebert avatar maudetes avatar quaxsze avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

api-tabular's Issues

Remove `__id` from every response of api-tabular

Internal column __id exists on every tables that api-tabular will query.

This column does not need to be displayed to users as it is only for internal purposes.

We propose to remove it by default for every API call.

Assure consistency in postgres responses

Postgres does not assure consistency when we query a table with a filter statement. More Infos.

To avoid that, we need to apply an order by XXX on a query. Hydra does already support a primary key for every csv transformed into tables which is call __id. We will replicate that process for metrics tables.

We propose that we add to every query that we apply to api-tabular an order by __id.

Beware, when user ask to api-tabular a specific order by to process it well. For instance order by __id, COLUMN_EX

Fix newline on csv pagination

Following #8, we now paginate csv export.
However, we're missing a newline char between batches. At line 50000, we now have

23675330,aee42910-9668-4c0f-9224-ccce2d4e9d6c,58ef2d4aa3a7293d49c4e17e,2023-08,19
23859812,aee46bb9-b8d7-41df-b058-d468dae525cc,61df6c8c0aa25d9bcb36072d,2023-08,10__id,resource_id,dataset_id,metric_month,monthly_visit_resource
24122520,e26a0941-6ef3-4d9f-a2ec-e0d9d2839188,630024d4d1358bde549c016b,2023-08,3

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.