{"id":18610591,"url":"https://github.com/tiledb-inc/tiledb-cloud-jdbc","last_synced_at":"2025-04-10T22:32:27.632Z","repository":{"id":93609096,"uuid":"553640070","full_name":"TileDB-Inc/TileDB-Cloud-JDBC","owner":"TileDB-Inc","description":"JDBC driver for TileDB-Coud ","archived":false,"fork":false,"pushed_at":"2025-02-07T02:51:37.000Z","size":3970,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-25T05:51:13.284Z","etag":null,"topics":["jdbc","sql","tiledb"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TileDB-Inc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-18T14:25:57.000Z","updated_at":"2024-10-21T17:48:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"188c4308-45b7-461c-ab70-bd631d1c1ef1","html_url":"https://github.com/TileDB-Inc/TileDB-Cloud-JDBC","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TileDB-Inc%2FTileDB-Cloud-JDBC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TileDB-Inc%2FTileDB-Cloud-JDBC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TileDB-Inc%2FTileDB-Cloud-JDBC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TileDB-Inc%2FTileDB-Cloud-JDBC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TileDB-Inc","download_url":"https://codeload.github.com/TileDB-Inc/TileDB-Cloud-JDBC/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248310163,"owners_count":21082362,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jdbc","sql","tiledb"],"created_at":"2024-11-07T03:11:11.486Z","updated_at":"2025-04-10T22:32:22.616Z","avatar_url":"https://github.com/TileDB-Inc.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://tiledb.com/\"\u003e\u003cimg src=\"https://github.com/TileDB-Inc/TileDB/raw/dev/doc/source/_static/tiledb-logo_color_no_margin_@4x.png\" alt=\"TileDB logo\" width=\"400\"\u003e\u003c/a\u003e\n\n[![TileDB-Cloud-JDBC](https://github.com/TileDB-Inc/TileDB-Cloud-JDBC/actions/workflows/github_actions.yml/badge.svg)](https://github.com/TileDB-Inc/TileDB-Cloud-JDBC/actions/workflows/github_actions.yml)\n\n# TileDB-Cloud JDBC Driver\n\nThis is a type 4 JDBC driver that allows a Java program to connect to TileDB-Cloud.\n\n## Usage\n\n### Load Driver Class\n\n```Class.forName(\"io.tiledb.TileDBCloudDriver\")```\n\n## Build from source code\n\n```./gradlew assemble```\n\n## Authentication\n\nUse the java.util.Properties class to add your credentials\n\n```\nProperties properties  = new Properties();\nproperties.setProperty(\"apiKey\", \"KEY\");\nproperties.setProperty(\"rememberMe\", \"true\");\n\nConnection conn = DriverManager.getConnection(\"jdbc:tiledb-cloud:\u003cNAMESPACE\u003e\", properties);\n```\n\nWhere ```NAMESPACE``` is your TileDB-Cloud namespace.\n\nOther available properties are: \n- ```username(String)```\n- ```password(String)```\n- ```verifySSL(boolean)```\n- ```overwritePrevious(boolean)```\n- ```listPublicArrays(boolean)``` lists all public TileDB arrays. Default: ```true```\n\n## Run a simple query\n```\nStatement stmt = conn.createStatement();\nResultSet rs = stmt.executeQuery(\"SELECT * FROM `tiledb://TileDB-Inc/quickstart_sparse`\");\n```\n\n## Limitations\nQuery results are limited to 2GBs in size.\n\n## Application compatibility\nThis driver is tested against the following applications/tools. Compatibility with other applications is not guaranteed. \n- [DBeaver](https://dbeaver.com)\n- [Tableau](https://www.tableau.com) (Use with our custom [TileDB-Tableau-Connector](https://github.com/TileDB-Inc/TileDB-Tableau-Connector))\n- [Microsoft Power BI](https://powerbi.microsoft.com/) (Use with the ODBC powerpack from [ZappySys](https://zappysys.com))\n\n### Important Notice for Java 17+ Users\n\nWhen running this project with Java version 17 or higher, it is essential to set the `_JAVA_OPTIONS` environment variable to avoid compatibility issues. Please use the following command:\n\n```sh\nexport _JAVA_OPTIONS=\"--add-opens=java.base/java.nio=org.apache.arrow.memory.core,ALL-UNNAMED\"\n```\n\nFor more details see: https://arrow.apache.org/docs/java/install.html\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiledb-inc%2Ftiledb-cloud-jdbc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiledb-inc%2Ftiledb-cloud-jdbc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiledb-inc%2Ftiledb-cloud-jdbc/lists"}