Hi @here I am developing a target-mysql in meltano...
# troubleshooting
m
Hi @here I am developing a target-mysql in meltano.. does singer support the same?? Please reply? If yes pls send me some support links
a
Hi, @maithreyan! Meltano uses taps and targets that adhere to the Singer standard. Using Meltano SDK (https://gitlab.com/meltano/sdk) is a low-effort way to ensure that your target-mysql is compatible with the Singer specification. Does this answer your question?
m
Hey thanks man I am using singer now. I can do MySQL to postgres i.e tap mysql to loader postgres I want to do MySQL to MySQL. i.e tap mysql to target mysql. Is that possible in singer??
Tried a lot of
I used singer-target-mysql from pypi seems there is no code only roadmap to construct
t
Looks like it hasn’t been built in the community. Would you be able to make an issue in https://github.com/MeltanoLabs/Singer-Most-Wanted/issues ? That can help other folks understand the desire within the community as well.
t
ohh we need to get this on the hub
m
Hey @visch We tried this before hand but we are getting errors. Ps we tried in Ubuntu the same. Not mac. But anyhow it should work on linux right!. Any suggestions?
v
Could you open a separate thread with the errors your are getting, original question is answered I believe
r
@visch can you suggest me how to install and use this https://github.com/siilats/siilats-target-mysql in ubuntu
v
Separate thread please, with the problems you are running into. No guarantees
l
For those who might be interested here is a quick hack of a target-mysql based on the MeltanoLabs/target-sqlite code (use sqlalchemy backend) : https://github.com/digital2real/target-mysql ⚠️ pre-alpha !!!