-
Notifications
You must be signed in to change notification settings - Fork 10
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
IBM DB2
migration
#868
base: main
Are you sure you want to change the base?
IBM DB2
migration
#868
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
With the `migrate.db2()` procedure you can access IBM DB2 and migrate your data | ||
to Memgraph. The result table is converted into a stream, and the returned rows can | ||
be used to create graph structures. The value of the `config` parameter must be | ||
at least an empty map. If `config_path` is passed, every key-value pair from |
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.
s/at least an empty map/a map, either empty or populated with configuration key/value pairs
host:'localhost', | ||
database:'demo_db'} ) | ||
YIELD row | ||
RETURN count(row); |
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.
Why count(row)
here?
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.
modified the examples to be without counts and with arbitrary cypher functionalities.
|
||
{<h4> Usage: </h4>} | ||
|
||
To get all data from database in form of map, use the following query: |
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.
s/get/inspect
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.
Once Hal's comments are addressed, this PR is good to go.
@kgolubic please wait until the MAGE PR gets merged (no milestone for now so not critical). |
@Josipmrden what happened here and what's the status? |
Description
Migration module from IBM DB2 to Memgraph has been added
Pull request type
Please check what kind of PR this is:
Related PRs and issues
PR this doc page is related to:
memgraph/mage#481
Closes:
(paste the link to the issue it closes)
Checklist: