Skip to main content
Question

how to connect and load data to aerospike from streamsets


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

Bikram
Headliner
Forum|alt.badge.img+1
  • Headliner
  • 486 replies
  • February 7, 2023

@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

 


  • Author
  • Discovered Fame
  • 15 replies
  • February 8, 2023

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


Bikram
Headliner
Forum|alt.badge.img+1
  • Headliner
  • 486 replies
  • February 8, 2023

@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