-
Notifications
You must be signed in to change notification settings - Fork 147
For Reference... #1
Comments
@ProjectCheshire Your project sounds cool! Is it live somewhere that I can check out? I can certainly add an example of using GraphQL with neo4j-spatial. It should be fairly straightforward now that we have Cypher procedures for spatial and the
This fits nicely with a demo I'm working on now actually so I'll add an example soon. Thanks for the idea! |
The current project, no. But what this lib/toolset does do (you have no idea how excited I am for this.) as well as the discussion around schema stitching is allow me to realistically back the EdgeX foundry collection of services with graphQL and bridge to the various databases I need to interface with. (EdgeX is an open source iot platform / interface set. By day, I mostly work on C / compilers/kernels. EdgeX comes stock with mongo and I've been wanting to replace the back end with graphQL as an API and a better db connection / swap. Neo4j fit very nicely into AllJoyn data model, but that was superseded with the Linux Foundation into the EdgeX Foundry.) A realistic deployment will bridge several database types and need to support both RTOS and high latency / BLE / cached services for devices. (The current investigation is class 1 medical devices in a related ecosystem) EdgeX is open source (and always looking for member organizations / contributors) so when I finally get that prototyped, I'll be sure to share :) Also - pardon me while I squee about the cypher directives. I feel like everything has evolved so much in the past 6 months and things are finally really gelling with neo4j + graphQL especially. |
…ce-types Support for Interface type queries
#608 :/ |
I ended up having such fits with js that I ended up moving my api over to python and using neomodel + graphene and then just sticking the api into the network interface param for Apollo for the frontend (since I want to use deckgl and the assorted gl data components that uber eng semi-recently published)
Request: An example of how to use graphql + neo4j spatial. I haven't prodded too hard at that, yet and usually resort to query.execute(cypherstring) but I'm sure there is a more elegant way.
(I am not sure how best to 'comment' as Issue seems the wrong term.)
The text was updated successfully, but these errors were encountered: