{"id":15995490,"url":"https://github.com/obi1kenobi/graphql-compiler-cross-db-example","last_synced_at":"2026-02-21T23:02:42.387Z","repository":{"id":44863571,"uuid":"207016835","full_name":"obi1kenobi/graphql-compiler-cross-db-example","owner":"obi1kenobi","description":"A demo of the GraphQL compiler's cross-database querying capabilities","archived":false,"fork":false,"pushed_at":"2022-12-08T07:44:53.000Z","size":189,"stargazers_count":4,"open_issues_count":8,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-25T08:02:58.903Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/obi1kenobi.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}},"created_at":"2019-09-07T19:34:00.000Z","updated_at":"2024-05-28T16:56:21.000Z","dependencies_parsed_at":"2022-08-29T22:50:31.108Z","dependency_job_id":null,"html_url":"https://github.com/obi1kenobi/graphql-compiler-cross-db-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/obi1kenobi/graphql-compiler-cross-db-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obi1kenobi%2Fgraphql-compiler-cross-db-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obi1kenobi%2Fgraphql-compiler-cross-db-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obi1kenobi%2Fgraphql-compiler-cross-db-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obi1kenobi%2Fgraphql-compiler-cross-db-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/obi1kenobi","download_url":"https://codeload.github.com/obi1kenobi/graphql-compiler-cross-db-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obi1kenobi%2Fgraphql-compiler-cross-db-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29696813,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"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":"2024-10-08T07:13:23.584Z","updated_at":"2026-02-21T23:02:42.351Z","avatar_url":"https://github.com/obi1kenobi.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphQL compiler cross-database querying demo\n\nA demo of the GraphQL compiler's cross-database querying capabilities.\n\nThe demo uses a dataset of countries, geographical regions, airports, airlines, and flights.\nThe data originates from the following open datasets:\n- [OpenFlights](https://github.com/jpatokal/openflights)\n- [Core Data's country codes dataset](https://github.com/datasets/country-codes)\n\nTo get started, you'll need `docker-compose`, Python 3.6+, and `pipenv` installed.\n\nGet started by running the following from the root directory of the repository:\n```bash\n# Start the Postgres and OrientDB containers.\ndocker-compose up -d\n\n# Set up all required Python libraries.\npipenv install --python=\"$(which python3)\"\npipenv shell\n```\n\nThen, after Pipenv has created your new shell with the required Python dependencies,\nrun the following inside it:\n```bash\n# Load the demo datasets into the databases.\n# If this step fails, then tear down the database containers\n# with \"docker-compose down\" and start from the top.\npython -m demo.bootstrap\n\n# Start the Jupyter lab environment and open any of the notebooks to play around.\n# 01_intro_demo and 02_macro_edges have pre-written queries for you to try running.\njupyter lab\n```\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobi1kenobi%2Fgraphql-compiler-cross-db-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobi1kenobi%2Fgraphql-compiler-cross-db-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobi1kenobi%2Fgraphql-compiler-cross-db-example/lists"}