Advertisement
Guest User

Untitled

a guest
Oct 13th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. {
  2. "config": {"log": "debug"},
  3. "extractor" : { "jdbc": { "driver": "PostgreSQL (org.postgresql.Driver)",
  4. "url": "jdbc:postgresql://link_to_my_relational_database",
  5. "userName": "myuser",
  6. "userPassword": "mypassword",
  7. "query": "select * from Author"
  8. }
  9. },
  10. "transformers" : [{ "vertex": { "class": "Author"} }],
  11. "loader" : {"orientdb": { "dbURL": "hlocal:/temp/databases/TFCShare",
  12. "dbAutoCreate": true
  13. }
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement