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

guidelines clarification #38

Open
eyaltrabelsi opened this issue Jul 11, 2018 · 3 comments
Open

guidelines clarification #38

eyaltrabelsi opened this issue Jul 11, 2018 · 3 comments

Comments

@eyaltrabelsi
Copy link

I have installed successfully and run the demo and its looks awesome .
I wonder Whether:

  • is there docker image + command for using it with my own schema (unlike demo which is manual)
  • Do you plan to release the python wrapper ( as no haskell developer ) it might save time

thx

@h4v0kh3l1
Copy link
Contributor

Hey, great to hear it's working for you!

We don't have a docker image or way to accept a custom schema available in open source, though those are problems we're iterating on behind the scenes.

Likewise, we don't have a wrapper set up, but we're interested in being able to use queryparser with other languages, cuz that would be great.

@dlthomas
Copy link
Contributor

The python code involved in the project was very Uber-specific and not very queryparser or Haskell specific at all - it would mostly naively forward Thrift messages to a Haskell process that understood them.

I once had some success getting queryparser to work with HaPy, but wasn't nearly confident enough in it to use it for anything (no idea if this is any sort of reflection on the project).

I've also got QP compiled with ghcjs to run in the browser: https://dlthomas.github.io/sql-viewer/built/index.html

@eyaltrabelsi
Copy link
Author

@h4v0kh3l1 This is awesome :)

We don't have a docker image or way to accept a custom schema available in open source, though those are problems we're iterating on behind the scenes.

@dlthomas Amazing i will try play around with ghcjs version

I've also got QP compiled with ghcjs to run in the browser: https://dlthomas.github.io/sql-viewer/built/index.html

@dlthomas would you recommend trying to play HaPy if not why ?:)

Thanks guys

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

No branches or pull requests

3 participants