do i need to learn spring boot or some framework i...
# contributing-to-airbyte
v
do i need to learn spring boot or some framework if i need to understand the java codes in Airbyte? Can someone help?
u
Hi, as I asked earlier, what are you trying to do?
u
i want to understand when i create a sync connection from mysql to local, what exactly goes behind the scenes in airbyte, as i am a python guy so thought of checking which framework i need to understand in java to understand the internal working.
u
you can take a look at the source mysql package
u
it is pure java, so no need to learn any frameworks
u
I recommend to you start reading the docs https://docs.airbyte.io/understanding-airbyte some concepts are important before diving in the code