Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Create front-end client lib to fetch graph data #5

Open
grtjn opened this issue Oct 10, 2019 · 1 comment
Open

Create front-end client lib to fetch graph data #5

grtjn opened this issue Oct 10, 2019 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@grtjn
Copy link
Contributor

grtjn commented Oct 10, 2019

Create a front-end library that uses fetch to call mid/back to fetch graph data conform specs that will be spelled out in #4. The library should be plain JS (e.g. useable in all ui frameworks).

It could also be a placeholder to do some extra leg work for post processing if the need for something like that would arise.

The library would not do any caching. If front-end caching would be needed, UI application state should be used for that.

@grtjn grtjn added the enhancement New feature or request label Oct 10, 2019
@grtjn grtjn added this to the code-refactoring milestone Oct 10, 2019
@grtjn
Copy link
Contributor Author

grtjn commented Oct 10, 2019

GraphApi.js could be used as inspiration perhaps, though the sparql probably belongs in middle-tier or backend..

https://github.com/marklogic-community/grove-vue-visjs-graph/blob/master/src/api/GraphApi.js

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant