Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Think of a better solution to fetch queries, optimise data object builder #10

Open
rishiraj824 opened this issue Feb 13, 2020 · 0 comments

Comments

@rishiraj824
Copy link
Collaborator

rishiraj824 commented Feb 13, 2020

Refer https://docs.pathivu.io/#/query for the supported parameters, soon the parameters will increase and a single function would become fairly complex to handle. In the file we are currently supporting the following parameters and the list is definitely going to increase.

  query,
  start_ts,
  end_ts,
  count,
  offset,
  partitions,
  forward

They will need

  • validation
  • range specifications, (eg. max or min values)
  • type specifications

How do we control the above?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants