Does JSqlParser support Cloudant #1499
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. |
Beta Was this translation helpful? Give feedback.
-
Sounds all feasible and good. Good luck! |
Beta Was this translation helpful? Give feedback.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions