Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General query executor #67

Merged
merged 14 commits into from
Aug 6, 2020
Merged

General query executor #67

merged 14 commits into from
Aug 6, 2020

Conversation

jsmith
Copy link
Member

@jsmith jsmith commented May 2, 2020

Closes #66
Closes #70

@github-actions
Copy link

github-actions bot commented May 2, 2020

@jsmith
Copy link
Member Author

jsmith commented May 2, 2020

Let me know what you think about this! It's definitely not ready as I still have work to do to make it look better. As the deployed version doesn't actually work due to the backend issue, you'll have to run this branch locally. Here is how to test the feature:

  1. Open up the application
  2. Paste "MATCH (n:ProvenanceNode) WHERE n.id = "A366615769" RETURN n" into the "Cypher Query..." box
  3. Click "Query"
  4. The query will be executed in the backend and a single node will be displayed (ie. A366615769)

Side note, I think the backend issue must be related to the DB (we currently use GrapheneDB as our production database); however, the logs tell us nothing 😞 Eventually, I can try to debug the backend <-> database communication to find the error! Let me know if this is ever a priority as I don't think it should take me too long.

@jsmith jsmith marked this pull request as draft May 2, 2020 20:14
@github-actions
Copy link

github-actions bot commented Aug 6, 2020

@jsmith jsmith marked this pull request as ready for review August 6, 2020 18:37
@github-actions
Copy link

github-actions bot commented Aug 6, 2020

@jsmith jsmith merged commit 21b2554 into master Aug 6, 2020
@jsmith jsmith deleted the general-query-executor branch August 6, 2020 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cypher query next to text search Query Executor
1 participant