How we can load data from Apache nifi to GraphDB. I am not able to find any reference videos and content regarding loading data from Apache nifi to GraphDB.
I wanted to know how we can integrate Apache nifi to GraphDB for loading the data.
there is not built in functionality in nifi. as for me you should look at GraphDB nalive options to import data. for example there is a importrdf commandline tool graphdb.ontotext.com/documentation/10.1/… so, on the level of nifi you have to prepare data for import and then call a commandline tool
Actually I am having one data file that I need to load through Apache nifi to GraphDB. For that which processor I can use and also from GraphDB side what things I need to lookout. That I am not able to find out if you guys help me out for this.
GraphDB doesn’t come with a built-in connector for Apache NiFi, but az one user commented the integration is definitely possible using existing data ingestion options like importrdf command line utility and а REST API for loading RDF.NiFi can be used to prep and transform data into RD and then use NiFi processors like ExecuteProcess or InvokeHTTP to send it over to GraphDB.
importrdfcommandline tool graphdb.ontotext.com/documentation/10.1/… so, on the level of nifi you have to prepare data for import and then call a commandline tool