-
Notifications
You must be signed in to change notification settings - Fork 35
Query module for connecting to ElasticSearch #170
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
Conversation
antoniofilipovic
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check the comment for the singleton class, we can discuss how to proceed but I think we need at least unit tests for this. When you implement a singleton class in unit tests we could mock elasticsearch. How does this sound to you?
| HITS = "hits" | ||
| TOTAL = "total" | ||
|
|
||
| # Linkurious constants |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should remove anything that has connection with clients
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this was left accidently, I removed other things.
antoniofilipovic
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the connection to Linkurious and we are ready to ship it.
…graph/mage into Memgraph-serialization-ElasticSearch
Description
Query module which enables developers to serialize Memgraph into Elastic search instance using basic authentication. It can also scan based on the query given. It indexes documents using bulking_scan.
Pull request type
######################################
Reviewer checklist (the reviewer checks this part)
Module/Algorithm
######################################