Hello team, I am new to airbyte and we are plannin...
# replication-troubleshooting
r
Hello team, I am new to airbyte and we are planning to use airbyte to export data from postgres table to s3 bucket. I wanted to know how can I integrate airbyte with spring boot application. Any help is appreciated!
✍️ 1
u
@[DEPRECATED] Marcos Marx turned this message into Zendesk ticket 2726 to ensure timely resolution!
m
Airbyte is a standalone service with many modules, so you can't embed it on a spring application.
r
@Marcelo Pio de Castro Thanks for quick response. Airbyte is providing api's in api document. So when can we use those apis? I am just trying to understand.
m
Yes! You can just use that. I didn't understand what you meant with integrate, so I just assumed you meant embedding, like, adding airbyte as a library in the spring application
r
No, I mean just using those api's in springboot application. How can we access those api's in spring boot application, because airbyte api url is localhost:8080.
m
Are you using airbyte cloud?
r
I am talking about below
here list of apis has been given which can be accessed by third party. But I am still not able to figure it out how to really access in spring boot application since airbyte configuration api url is localhost:8080.
is there any process before using this apis?
m
Airbyte references localhost because it assumes you are testing airbyte on a local deployment. You can deploy it anywhere and just change the IP address accordingly.
h
Hey yeah as Marcelo suggested you can use the API