Does JSqlParser support Cloudant #1499
Unanswered
ashishramtri
asked this question in
Q&A
Replies: 2 comments 2 replies
|
Greetings. Do you mean, you would like to translate any SQL Statement into the Cloudant compatible JSON request? Good luck! PS: as a starting point, you may look at https://github.com/manticore-projects/MJdbcUtils where I rewrite SQL statements in a similar way. |
1 reply
|
Sounds all feasible and good. Good luck! |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am working with the Cloudant data source. And currently in the process of creating a SQL interface for an end-user, wherein I am planning on using JSQLParser to get all the visitors' hierarchy. And implement the visitor pattern so that for every keyword, we can create a Cloudant Query. And this JSON/Cloudant query will then be fired onto the Cloudant database.
Will JSQLParser come in handy in this case?
All reactions