0

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.

5
  • 1
    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 Commented Feb 28, 2024 at 15:38
  • Not sure if the NAR is included with the convenience binary but we do have components for graph DB support including ExecuteGraphQueryRecord. Commented Feb 29, 2024 at 6:29
  • 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. Commented Feb 29, 2024 at 16:07
  • 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. Commented May 17 at 8:32
  • Other option is Kafta Sink Connector. The Nifi can be configured to publish data to Kafka and you can stream it directly into GraphDB. Commented May 17 at 8:32

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.