{"id":30523940,"url":"https://github.com/intake/intake-odbc","last_synced_at":"2025-10-13T03:52:18.043Z","repository":{"id":98946840,"uuid":"118500912","full_name":"intake/intake-odbc","owner":"intake","description":"ODBC plugin for Intake","archived":false,"fork":false,"pushed_at":"2023-04-18T21:35:32.000Z","size":68,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-30T15:42:35.343Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/intake.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}},"created_at":"2018-01-22T18:58:33.000Z","updated_at":"2023-07-21T06:35:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"b128e78f-4323-47a1-9e10-75b60ed4567f","html_url":"https://github.com/intake/intake-odbc","commit_stats":{"total_commits":35,"total_committers":5,"mean_commits":7.0,"dds":"0.19999999999999996","last_synced_commit":"f83709e48a89e0d4e5e3cc8a9f2606d30ca2ca78"},"previous_names":["continuumio/intake-odbc"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/intake/intake-odbc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intake%2Fintake-odbc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intake%2Fintake-odbc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intake%2Fintake-odbc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intake%2Fintake-odbc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intake","download_url":"https://codeload.github.com/intake/intake-odbc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intake%2Fintake-odbc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272254514,"owners_count":24901058,"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","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-08-26T20:52:06.187Z","updated_at":"2025-10-13T03:52:12.989Z","avatar_url":"https://github.com/intake.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Intake-ODBC\n[![Build Status](https://travis-ci.org/ContinuumIO/intake-odbc.svg?branch=master)](https://travis-ci.org/ContinuumIO/intake-odbc)\n[![Documentation Status](https://readthedocs.org/projects/intake-odbc/badge/?version=latest)](http://intake-odbc.readthedocs.io/en/latest/?badge=latest)\n\nODBC Plugin for Intake\n\nOpen Database Connectivity (ODBC) provides a standardised interface to\nmany data-base systems and other data sources capable of similar\nfunctionality. It passes an SQL text query to the backend via a driver\nand routes the resultant data back to the calling program.\n\nODBC can access data in several Data Source Names (DSNs), each of which\nconstitutes a specific connection to a specific database system of a\ngiven type.\n\n## User Installation\n\nTo install the intake-odbc plugin, execute the following command\n```\nconda install -c intake intake-odbc\n```\n\nIn most cases, the end-users of ODBC data do not configure their\nown DSNs, merely reference an existing system-wide configuration.\nEach DSN will be referenced by a unique name, and in general\nhave different requirements in terms of further required parameters.\nAll of this may be defined in the Intake catalog, so that each\ncatalog entry executes a query on some ODBC backend without the user\nhaving to know how this is achieved.\n\nIn order to set up the ODBC system on a machine, general guidance can\nbe found on the `turbodbc` pages (this is the library used by this\nplugin): [odbc confguration](http://turbodbc.readthedocs.io/en/latest/pages/odbc_configuration.html),\n[database configuration](http://turbodbc.readthedocs.io/en/latest/pages/databases.html).\n\n## Developer Installation\n\n- Create a development environment with `conda create`. Then install the dependencies:\n\n```\nconda install -c intake intake turbodbc pandas unixodbc\n```\n\n- Development installation:\n```\ngit clone https://github.com/ContinuumIO/intake-odbc\ncd intake-odbc\npython setup.py develop --no-deps\n```\n\n- Create a DB to connect to, if you do not have an existing ODBC\n    configuration. The module `tests/util.py` contains functions to\n    start and stop MS SQL and PostgreSQL docker images that might be\n    useful. You will generally need a driver, appropriate for your\n    system and the DB backend you wish to connect to.\n\n- Set up odbc config, e.g., the two ``.ini`` files provided. The\n    default location of these files is system wide at ``/usr/local/etc``,\n    but you can override this by specifying an environment variable\n    before starting python, e.g.,\n\n```\n    export ODBCSYSINI=/path/to/intake-odbc/examples\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintake%2Fintake-odbc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintake%2Fintake-odbc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintake%2Fintake-odbc/lists"}