Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-17-2020 03:25 PM
I will draft a detailed tutorial in the future, but I've got some initial success!
I'm querying Auvik (a network & infrastructure discovery/monitoring platform) via their REST API which returns JSON results (limited to 100 per page).
First perform a cypher query and UNWIND a list of API urls we wish to query.
Get nextURL, and set it to a kettle variable
Get one page of API results
if the nextURL value is not empty go get another page (previous step - loop)
if nextURL is empty go get the next API url query from the cypher list then loop above steps again
if nextURL from cypher list is empty then end the job, we're all done.
I'm also exporting the JSON to a file for ingestion into our SQL datawarehouse.
Thanks for the help from community members!
02-07-2022 02:17 AM
Hi,
you can send pictures of the transformations?
Tks.
02-17-2022 08:16 AM
Yes - Are you interested in the REST concept in general, or Auvik specifically?
Some of the methods are particular to the architecture of Auvik (Tenants/Subtenants, and I tie those to a (:Company) node that is created from my CRP/PSA graph integration).
Also - I'm in the middle of converting all my Pentaho/Kettle jobs over to Apache hop
If you are pretty new to Pentaho/kettle I would just start with Hop, as it is actively being developed, where Hitachi PDI is pretty stagnant.
Let me know and I'd be happy to share the methods and examples.
02-17-2022 08:19 AM
Here's a high level of the "get-one-REST API page of objects"
All the sessions of the conference are now available online