Skip to content

Conversation

@lvca
Copy link
Contributor

@lvca lvca commented Dec 15, 2021

The first version of the GraphQL plugin implemented with the following features:

  • GraphQL grammar parsed by using JavaCC and a fork of the project https://github.com/noctarius/graphquul. ArcadeDB inherit JavaCC parser from OrientDB SQL language, so having one parser framework for both was the best thing. Also, JavaCC has zero dependencies
  • Tested both parsing of multiple types and queries
  • Executing GraphQL through the command (non-idempotent) and query (idempotent) API and using graphql as language
  • GraphQL command can be executed through HTTP API (/command and /query), Redis Driver and Postgres Driver

Not supported yet (working on it)

  • Mutable statements
  • Fetching of records by @Rid. Using @ in fields is not supported by GraphQL and there is no way to encode them

Issue #240

@lvca lvca added the enhancement New feature or request label Dec 15, 2021
@lvca lvca added this to the 21.12.1 milestone Dec 15, 2021
@lvca lvca self-assigned this Dec 15, 2021
@lvca lvca merged commit 3c80985 into main Dec 15, 2021
@lvca lvca linked an issue Dec 15, 2021 that may be closed by this pull request
@lvca lvca deleted the graphql branch May 6, 2023 15:31
mergify bot added a commit that referenced this pull request Sep 14, 2025
…6.0 to 3.6.1 [skip ci]

Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.6.0 to 3.6.1.
Release notes

*Sourced from [org.apache.maven.plugins:maven-shade-plugin's releases](https://github.com/apache/maven-shade-plugin/releases).*

> 3.6.1
> -----
>
> 📝 Documentation updates
> -----------------------
>
> * [[MNGSITE-529]](https://issues.apache.org/jira/browse/MNGSITE-529) - Rename "Goals" to "Plugin Documentation" ([#250](https://redirect.github.com/apache/maven-shade-plugin/pull/250)) [`@​Bukama`](https://github.com/Bukama)
>
> 👻 Maintenance
> -------------
>
> * Enable prevent branch protection rules ([#746](https://redirect.github.com/apache/maven-shade-plugin/pull/746)) [`@​sparsick`](https://github.com/sparsick)
> * Enable GH issues ([#253](https://redirect.github.com/apache/maven-shade-plugin/pull/253)) [`@​Bukama`](https://github.com/Bukama)
> * Add missing [`@​Override`](https://github.com/Override) annotations ([#246](https://redirect.github.com/apache/maven-shade-plugin/pull/246)) [`@​elharo`](https://github.com/elharo)
> * Merge `ApacheLicenseResourceTransformer` tests ([#245](https://redirect.github.com/apache/maven-shade-plugin/pull/245)) [`@​Goooler`](https://github.com/Goooler)
> * Add test cases for .md supports in the Apache License and Notice transformers ([#243](https://redirect.github.com/apache/maven-shade-plugin/pull/243)) [`@​Goooler`](https://github.com/Goooler)
> * [[MSHADE-479]](https://issues.apache.org/jira/browse/MSHADE-479) - Make the mojo much less noisy ([#233](https://redirect.github.com/apache/maven-shade-plugin/pull/233)) [`@​elharo`](https://github.com/elharo)
>
> 📦 Dependency updates
> --------------------
>
> * Bump org.codehaus.mojo:mrm-maven-plugin from 1.6.0 to 1.7.0 ([#748](https://redirect.github.com/apache/maven-shade-plugin/pull/748)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.hamcrest:hamcrest-core from 2.2 to 3.0 ([#235](https://redirect.github.com/apache/maven-shade-plugin/pull/235)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven.plugins:maven-plugins from 42 to 45 ([#738](https://redirect.github.com/apache/maven-shade-plugin/pull/738)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.commons:commons-compress from 1.26.2 to 1.28.0 ([#743](https://redirect.github.com/apache/maven-shade-plugin/pull/743)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.xmlunit:xmlunit-legacy from 2.10.0 to 2.10.3 ([#745](https://redirect.github.com/apache/maven-shade-plugin/pull/745)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump ASM 9.8 to support JDK 25 bytecode ([#744](https://redirect.github.com/apache/maven-shade-plugin/pull/744)) [`@​pan3793`](https://github.com/pan3793)
> * Bump commons-io:commons-io from 2.13.0 to 2.14.0 in /src/it/projects/MSHADE-105/shaded-jar ([#241](https://redirect.github.com/apache/maven-shade-plugin/pull/241)) @[dependabot[bot]](https://github.com/apps/dependabot)


Commits

* [`9662c98`](apache/maven-shade-plugin@9662c98) [maven-release-plugin] prepare for next development iteration
* [`06902bd`](apache/maven-shade-plugin@06902bd) [maven-release-plugin] prepare release maven-shade-plugin-3.6.1
* [`29e9a9d`](apache/maven-shade-plugin@29e9a9d) add .git
* [`844e61a`](apache/maven-shade-plugin@844e61a) use github
* [`43101f9`](apache/maven-shade-plugin@43101f9) [maven-release-plugin] prepare release maven-shade-plugin-3.6.1
* [`2ffb28d`](apache/maven-shade-plugin@2ffb28d) use release drafter v4 and dependabot to updade gha as well ([#750](https://redirect.github.com/apache/maven-shade-plugin/issues/750))
* [`f5b590e`](apache/maven-shade-plugin@f5b590e) Bump org.codehaus.mojo:mrm-maven-plugin from 1.6.0 to 1.7.0
* [`eee0319`](apache/maven-shade-plugin@eee0319) Bump org.hamcrest:hamcrest-core from 2.2 to 3.0
* [`0d5a7a4`](apache/maven-shade-plugin@0d5a7a4) fix upgrade, remove those useless final
* [`6e5f0f3`](apache/maven-shade-plugin@6e5f0f3) Bump org.apache.maven.plugins:maven-plugins from 42 to 45
* Additional commits viewable in [compare view](apache/maven-shade-plugin@maven-shade-plugin-3.6.0...v3.6.1)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.apache.maven.plugins:maven-shade-plugin&package-manager=maven&previous-version=3.6.0&new-version=3.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
mergify bot added a commit that referenced this pull request Dec 1, 2025
….3.1 to 3.4.0 [skip ci]

Bumps [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) from 3.3.1 to 3.4.0.
Release notes

*Sourced from [org.apache.maven.plugins:maven-source-plugin's releases](https://github.com/apache/maven-source-plugin/releases).*

> 3.4.0
> -----
>
> 🐛 Bug Fixes
> -----------
>
> * [[MSOURCES-140]](https://issues.apache.org/jira/browse/MSOURCES-140) - fail only if re-attach different files ([#24](https://redirect.github.com/apache/maven-source-plugin/pull/24)) [`@​hboutemy`](https://github.com/hboutemy)
>
> 👻 Maintenance
> -------------
>
> * Bump m-invoker-p to 3.9.1 ([#251](https://redirect.github.com/apache/maven-source-plugin/pull/251)) [`@​slachiewicz`](https://github.com/slachiewicz)
> * Allow to manually execute release drafter ([#58](https://redirect.github.com/apache/maven-source-plugin/pull/58)) [`@​slawekjaranowski`](https://github.com/slawekjaranowski)
> * GH Issues (Maven 3 branch) ([#57](https://redirect.github.com/apache/maven-source-plugin/pull/57)) [`@​Bukama`](https://github.com/Bukama)
> * [[MNGSITE-529]](https://issues.apache.org/jira/browse/MNGSITE-529) - Rename "Goals" to "Plugin Documentation" ([#49](https://redirect.github.com/apache/maven-source-plugin/pull/49)) [`@​Bukama`](https://github.com/Bukama)
>
> 📦 Dependency updates
> --------------------
>
> * Use plexus-utils version from parent ([#252](https://redirect.github.com/apache/maven-source-plugin/pull/252)) [`@​slachiewicz`](https://github.com/slachiewicz)
> * Bump commons-io:commons-io from 2.20.0 to 2.21.0 ([#247](https://redirect.github.com/apache/maven-source-plugin/pull/247)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4 ([#248](https://redirect.github.com/apache/maven-source-plugin/pull/248)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven:maven-archiver from 3.6.4 to 3.6.5 ([#241](https://redirect.github.com/apache/maven-source-plugin/pull/241)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.10.1 to 4.10.3 ([#242](https://redirect.github.com/apache/maven-source-plugin/pull/242)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.3.0 to 3.4.0 ([#246](https://redirect.github.com/apache/maven-source-plugin/pull/246)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump mavenVersion from 3.2.5 to 3.9.11 ([#221](https://redirect.github.com/apache/maven-source-plugin/pull/221)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.10.0 to 4.10.1 ([#233](https://redirect.github.com/apache/maven-source-plugin/pull/233)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven:maven-archiver from 3.6.3 to 3.6.4 ([#229](https://redirect.github.com/apache/maven-source-plugin/pull/229)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven.plugins:maven-plugins from 41 to 45 ([#218](https://redirect.github.com/apache/maven-source-plugin/pull/218)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 3.6.0 ([#226](https://redirect.github.com/apache/maven-source-plugin/pull/226)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-io:commons-io from 2.19.0 to 2.20.0 ([#222](https://redirect.github.com/apache/maven-source-plugin/pull/222)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-io:commons-io from 2.16.1 to 2.19.0 ([#68](https://redirect.github.com/apache/maven-source-plugin/pull/68)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.codehaus.plexus:plexus-archiver from 4.9.2 to 4.10.0 ([#63](https://redirect.github.com/apache/maven-source-plugin/pull/63)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump org.apache.maven:maven-archiver from 3.6.2 to 3.6.3 ([#66](https://redirect.github.com/apache/maven-source-plugin/pull/66)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * Bump commons-io:commons-io from 2.16.0 to 2.16.1 ([#27](https://redirect.github.com/apache/maven-source-plugin/pull/27)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * [[MSOURCES-147]](https://issues.apache.org/jira/browse/MSOURCES-147) - Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2 ([#23](https://redirect.github.com/apache/maven-source-plugin/pull/23)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * [[MSOURCES-146]](https://issues.apache.org/jira/browse/MSOURCES-146) - Bump commons-io:commons-io from 2.11.0 to 2.16.0 ([#25](https://redirect.github.com/apache/maven-source-plugin/pull/25)) @[dependabot[bot]](https://github.com/apps/dependabot)
> * [[MSOURCES-145]](https://issues.apache.org/jira/browse/MSOURCES-145) - Bump org.apache.maven:maven-archiver from 3.6.1 to 3.6.2 ([#26](https://redirect.github.com/apache/maven-source-plugin/pull/26)) @[dependabot[bot]](https://github.com/apps/dependabot)


Commits

* [`ecf937a`](apache/maven-source-plugin@ecf937a) [maven-release-plugin] prepare release maven-source-plugin-3.4.0
* [`95b3bf4`](apache/maven-source-plugin@95b3bf4) Revert "[maven-release-plugin] prepare for next development iteration"
* [`7a9a770`](apache/maven-source-plugin@7a9a770) [maven-release-plugin] prepare for next development iteration
* [`292c1ce`](apache/maven-source-plugin@292c1ce) Use plexus-utils version from parent
* [`bf79b71`](apache/maven-source-plugin@bf79b71) Bump m-invoker-p to 3.9.1
* [`4f3fcb9`](apache/maven-source-plugin@4f3fcb9) Bump commons-io:commons-io from 2.20.0 to 2.21.0
* [`a867442`](apache/maven-source-plugin@a867442) Bump org.codehaus.plexus:plexus-archiver from 4.10.3 to 4.10.4
* [`51c66ac`](apache/maven-source-plugin@51c66ac) Bump org.apache.maven:maven-archiver from 3.6.4 to 3.6.5
* [`267df46`](apache/maven-source-plugin@267df46) Bump org.codehaus.plexus:plexus-archiver from 4.10.1 to 4.10.3
* [`ef85324`](apache/maven-source-plugin@ef85324) Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness
* Additional commits viewable in [compare view](apache/maven-source-plugin@maven-source-plugin-3.3.1...maven-source-plugin-3.4.0)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.apache.maven.plugins:maven-source-plugin&package-manager=maven&previous-version=3.3.1&new-version=3.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
  
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show  ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GraphQL support (Phase 1)

3 participants