quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.8k stars 2.68k forks source link

Create simple URI friendly search language which will be linked to Panache criteria queries #3986

Open sberyozkin opened 5 years ago

sberyozkin commented 5 years ago

Description This feature request has been inspired by reading #2303. A number of high profile languages exist such as OData, GraphQL. However something simple such as FIQL which does not require URI encoding and is easy to use to create the queries may be used as is or as an idea for creating a Quarkus own language. A combination of this language plus Panache can let users write generic DB browsers on top of Quarkus.

Implementation ideas Parser should be able to produce a typed Panache friendly expression, possibly with the help of the Panache visitor.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you! We are doing this automatically to ensure out-of-date issues does not stay around indefinitely. If you believe this issue is still relevant please put a comment on it on why and if it truly needs to stay request or add 'pinned' label.