NiFi Manual Keystore - Generate cluster node certificate chain

2024-02-16 Thread Matthew Wilson
Hi Devs, Recently found that in the steps to create Manual Keystore the step 6 for "Generate cluster node certificate chain" currently shows as: cat ca.cer nifi1.cer >nifi1.chain.cercat ca.cer nifi2.cer >nifi2.chain.cer However this creates the chain.cer files incorrectly which generates  the

Re: Inquiry Regarding SPARQL Processor in Apache Nifi

2024-02-16 Thread Fan Li
Carrie, if you plan to process RDF data locally (in flowfile), creating a custom processor based off Apache Jena shouldn't be too difficult. Otherwise, as Brian mentioned, you could use a HTTP processor to query remote SPARQL endpoints. On Fri, Feb 16, 2024 at 9:24 AM Brian Ghigiarelli wrote: >

Re: Inquiry Regarding SPARQL Processor in Apache Nifi

2024-02-16 Thread Brian Ghigiarelli
Hi Carrie, There's no dedicated SPARQL processor that comes out of the box with Apache NiFi. The closest I'm seeing is an outside effort from ~5 years ago on a much older version (NiFi 1.9.2) at https://github.com/QROWD/nifi-sparql-integrate-bundle. It may be a good starting point to upgrade for