Master's Thesis Back-end/GraphQL API. Developed with Express and NodeJS, it queries and ArangoDB Graph Database and answer the front-end client interface.
Stars
5
Forks
0
Watchers
5
Open Issues
10
Overall repository health assessment
^3.0.2^7.5.0^2.8.5^10.0.0^4.17.1^15.5.1^1.7.22^2.0.1226
commits
Edited the README.md file. Already done those todo items.
c951d9fView on GitHubExtended nodeGraph to return a distinct list of communities the graph nodes are part of
f3937bbView on GitHubChanged GraphQL API to cover community values in responses
d8b7485View on GitHubSmall fixes of import export I had forgotten from previous changes
35acab4View on GitHubChanged resolver functions to reflect change in logic for search autocomplete in the frontend
7b102b7View on GitHubChanged querying logic for suggestions search for faster responses
017a615View on GitHubAdded resolver and graphql type to get nodes id by name needed for frontend autocomplete in search
8f15560View on GitHubMade graph nodes and edges unique. Renamed and generalized authorGraph to nodeGraph to show a graph of any type of node, not only authors.
8481988View on GitHubFew changes needed for the new packages. Removed utils/error.js
d354e67View on GitHubChanged the type definition of the graphql schema to reflect the new package. Deleted old models. Added graphql/schema.js
159c90aView on GitHubRemoved express-graphql package. Installed apollo-server-express and graphql-playground-middleware-express
c91a8abView on GitHubUpdated schema for the last additions and added needed function in my_service to query db for AuthorGraph
08f1792View on GitHub