Question

how to connect and load data to aerospike from streamsets

  • 7 February 2023
  • 3 replies
  • 31 views

Hi Team

 

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

can we use jdbc aerospike connector ?


3 replies

Userlevel 5
Badge +1

@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}[:{port}]/[{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/?

Userlevel 5
Badge +1

@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