Hi Ontop Team,
I have OneCase that:
I have 2 databases, 1 is Relational Database(RD) and 2 is Graph Database(GD).
I use Ontop for feature Translate SparQL from GD to SQL in RD.
So Source Code of Team here: https://github.com/ontop/ontop , i know that it must have connection with RD and checking,
compare metadata GD with RD. After that it have final SQL.
And my question is, Can i remove the Step connection, checking compare with RD, i mean remove all step relate to RD.
I only need SQL generated from GD, i dont need to check again with RD.
So Team have solution for that, or have some way to custom source code?
Thanks for support.
--
Please follow our guidelines on how to report a bug https://ontop-vkg.org/community/contributing/bug-report
---
You received this message because you are subscribed to the Google Groups "ontop4obda" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ontop4obda+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/ontop4obda/6b8da1af-14b0-4126-ba52-fbc2dbb70958n%40googlegroups.com.
Hi Benjamin,Thanks for your replying,Many thanks for your recommendation.I understand your point and try with your guide, it can generate SQL but need to dummy jdbc because of jdbc is required in code.
the command ontop extract-db-metadata generated a dbmetadata file which is structure of database, and when i run:
ontop endpoint --mapping r2rml.ttl --db-metadata db-metadata.json --dev ,basically it can avoid checking connection but still need to compare or mapping with db-metadata.
Its almost perfect because i dont want to check or generate db-metadata because in r2rml.ttl have enough metadata in it.
So Anyway, i just run, for example like this command: ontop endpoint --mapping r2rml.ttl --dev. No need any related to database.
Do you have any idea?
Thanks alot,Best Regards,Lee
Vào lúc 14:57:42 UTC+7 ngày Thứ Năm, 31 tháng 10, 2024, benjami...@ontopic.ai đã viết:
Hi Lee,
Hi.
Using extract-db-metadata to fetch metadata look good.
I have earlier tried out bootstrap function. Against Snowflake is has issues.
Will extract-db-metadata use other commands to Snowflake than bootstrap?
For Snowflake bootstrap function issue “show objects in account”. That override whatever narrower filter used in connection string, like db=abc, schema=c123.
See this conversation. https://groups.google.com/g/ontop4obda/c/a1ihaHtCVfE/m/yEGD1BgpAAAJ
I must copy database objects from Snowflake to a local SQL-server to make bootstrap function in practice.
Thanks.
Kind regards.To view this discussion visit https://groups.google.com/d/msgid/ontop4obda/6f5cabc5-5f10-4707-ac73-65b36d87e2b0n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/ontop4obda/b82eab69-bb82-4b4a-a81e-1692bb6a0637n%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/ontop4obda/994fc79e-fbb8-4ae4-9cf5-f54b4510552bn%40googlegroups.com.