{"id":41917642,"url":"https://github.com/oracle-samples/spider","last_synced_at":"2026-01-25T16:34:20.089Z","repository":{"id":334094350,"uuid":"1071350590","full_name":"oracle-samples/spider","owner":"oracle-samples","description":"Spider 1.0 dataset converted for Oracle","archived":false,"fork":false,"pushed_at":"2026-01-22T18:55:00.000Z","size":707,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-23T11:42:41.212Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"upl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oracle-samples.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-07T08:23:48.000Z","updated_at":"2026-01-22T18:55:05.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/oracle-samples/spider","commit_stats":null,"previous_names":["oracle-samples/spider"],"tags_count":null,"template":false,"template_full_name":"oracle/template-repo","purl":"pkg:github/oracle-samples/spider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-samples%2Fspider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-samples%2Fspider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-samples%2Fspider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-samples%2Fspider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oracle-samples","download_url":"https://codeload.github.com/oracle-samples/spider/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-samples%2Fspider/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28755557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T16:32:25.380Z","status":"ssl_error","status_checked_at":"2026-01-25T16:32:09.189Z","response_time":113,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-25T16:34:17.644Z","updated_at":"2026-01-25T16:34:20.078Z","avatar_url":"https://github.com/oracle-samples.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spider 1.0 (Oracle Conversion)\n\nConverted version of the Spider 1.0 dataset for Oracle. This repository contains only data and usage notes. \n\nThe original Spider dataset is here: \nhttps://yale-lily.github.io/spider\n\n## Installation\n\nNo software installation is required for this repository.\nUse the files directly with your existing Oracle tools and environment\n\n## Documentation\n\n### Dataset contents\n`ddl.jsonl` -\ncontains DDL statements for creating database tables. Each line is a JSON object with:      \n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;`table`: Table name    \n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;`sql`: CREATE TABLE statement in Oracle syntax\n\u003cbr\u003e\u003cbr\u003e\n\n\n\n`dml.json`-\ncontains DML  statements - specifically INSERT statements to populate tables. Structure is:   \n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;`metadata`: Batch information and execution statistics   \n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;`tables`: Object containing all table names with their INSERT statements\n\u003cbr\u003e\u003cbr\u003e\n\n\n\n`dev_pairs.jsonl` -\nDev dataset containing question-query pairs. Each line has:    \n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;`question`: Natural language question   \n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;`query`: Corresponding SQL query in Oracle syntax   \n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;`db_name`: Database name the query applies to   \n\u003cbr\u003e\u003cbr\u003e\n\n\n\n`train_others_pairs.jsonl` -\nTraining dataset with question-query pairs. Format is similar to `dev_pairs.jsonl`:\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;`question`: Natural language question   \n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;`query`: Oracle SQL query   \n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;`db_name`: Database name   \n\u003cbr\u003e\u003cbr\u003e\n\n\n\n`train_spider_pairs.jsonl`-\nMain training dataset with question-query pairs. Similar format as `dev_pairs.jsonl`   \n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;`question`: Natural language question\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;`query`: Oracle SQL query   \n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;`db_name`: Database name\n\u003cbr\u003e\u003cbr\u003e\n\n### Notes and Guidance\n* Run DDLs first to create and recreate objects; then run DML to populate data\n\n* If you change schema or naming, apply a consistent prefix to table names in both `CREATE TABLE` and `INSERT INTO` statements\n\n* Use explicit date/time conversions (e.g., `TO_DATE`/`TO_TIMESTAMP`) rather than relying on session NLS settings\n\n* Use `executemany` to run speed up bulk inserts and updates\n\n\n## Security\n\nPlease consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process\n\n## License\nCopyright (c) 2025 Oracle and/or its affiliates.\n\nReleased under the Universal Permissive License v1.0 as shown at\n\u003chttps://oss.oracle.com/licenses/upl/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foracle-samples%2Fspider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foracle-samples%2Fspider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foracle-samples%2Fspider/lists"}