[
https://issues.apache.org/jira/browse/UIMA-6110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16903575#comment-16903575
]
Hai-Son Nguyen commented on UIMA-6110:
--------------------------------------
>From looking at the JSON, it looks like there is a distinction between
>referenced FS's and non-referenced. This was unexpected as the XMI has all the
>indexed FS's in sofa members.
Each of the specific types FS's are in individual arrays under {__views {
"__InitialView" : [] ... } } either inline if not referenced elsewhere or their
reference and the object values are in the _referenced_fss list
Actually, I just tracked back an eclipse error and see the JSON produced for a
duplicate of one of our types, duplicate key entry in the \{ "_context": {
"_types": { duplicate here } }
Will try to reproduce and submit a bug if necessary.
There is a variety of support for GraphQL ecosystems; I've tried with
Spring-Boot and got a basic set up going before; haven't decided on or thinking
about narrowing down the options this early as others may have some
preferences. ~ 1 year ago, work was coming out with bulk loaders and updaters
not sure about the current state of support to be honest.
> UIMA & GraphQL Tool
> -------------------
>
> Key: UIMA-6110
> URL: https://issues.apache.org/jira/browse/UIMA-6110
> Project: UIMA
> Issue Type: Brainstorming
> Components: Tools
> Reporter: Hai-Son Nguyen
> Priority: Minor
>
> To gather ideas and discuss tasks related to creating a GraphQL tool to work
> with UIMA.
> Initiated by Marshall's email 7/8/2019
> "...
>
> Some time ago, we added JSON serialization to UIMA, with some complexities
> around enabling accurate representation of the complete complexities of
> interlinked UIMA features.
>
> It strikes me that users frequently are interested in much simpler kinds of
> things, and sometimes roll their own simple json serializers of some small
> part
> of the CAS.
>
> I'm wondering if we could figure out and implement some general kind of
> graphQL
> support, to enable users to easily spec-out and retrieve what they wanted, and
> whether or not the user community would find that of interest?
>
> -Marshall"
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)