JDBC driver connection Follow
Hello
I'm trying to pull data from youtrack using jdbc over rest
https://www.cdata.com/kb/articles/apidriver-setup.rst
How do I generate the apip profile file from youtrack?
Can you suggest a better way to use jdbc with youtrack?
Thanks
Please sign in to leave a comment.
Hi!
I'm Sergey from the Youtrack team.
Thank you for the message.
>How do I generate the apip profile file from youtrack?
Unfortunately, we don't have any tool for working with the APIdrive, so I can't suggest anything that would generate such a file. The only solution is to examine the file format manually and try to create such a file yourself based on our REST API.
>Can you suggest a better way to use jdbc with youtrack?
Since the Youtrack database is not SQL-based and we use our own database, you can't use the Youtrack API over JDBC directly. The only way to retrieve data in Youtrack is through REST. You might check intermediate solutions that would accommodate as a bridge between REST and JDBC such as the APIdrive, but we don't have any experience with such tools and thus can't recommend any.
Got you
Thanks!