Skip to main content

Hi Team

 

did any one work on aerospike load from streamsets i see the stage is deprecated 

can we use jdbc aerospike connector ?

@akanshajain6793 

Yes , you can use jdbc for aerospike connectvity.

 

JDBC string should be like this but before using this please make sure that the aerospike driver installed properly in streamsets. 

jdbc:aerospike:{host}o:{port}]/t{database}]

 

Found some article how to connect using JDBC.

https://dev.to/aerospike/introducing-aerospike-jdbc-driver-4l14

 


@Bikram can you share one working pipeline how to pass bin and namespace/?


@akanshajain6793 

Sorry to say that I never connected to aerospike DB in StreamSets but as per the article it says we can connect using jdbc string.


Reply