I have developed a custom tap on my machine. now I...
# plugins-general
p
I have developed a custom tap on my machine. now I need to install that on my linux server where meltano is installed. Is there any build that I need to create? What are steps for that?
@visch Any help on this thread
p
@pranit__warehows.io_ congrats! Have you checked out https://docs.meltano.com/tutorials/custom-extractor#publishing-to-the-world? It should give you info on how to install your custom tap in meltano. The
.sh
script is mostly just for running locally while your developing the tap
v
Nice @pat_nadolny , I was going to type it up but https://docs.meltano.com/tutorials/custom-extractor#publishing-to-the-world has the recommendations I was typing. git repo / pypi is the way to go. The other alternative is to run the meltano project as a part of the tap project, but for something "production" I wouldn't recommend it but that setup would be like https://github.com/autoIDM/tap-clickup