{"id":51116656,"url":"https://github.com/oracle-devrel/askdata","last_synced_at":"2026-06-24T22:30:48.008Z","repository":{"id":316800011,"uuid":"1044772201","full_name":"oracle-devrel/askdata","owner":"oracle-devrel","description":"Oracle AskData is a conversational AI platform powered by Oracle Generative AI. With AskData, you can ask natural language questions like \"Give me all past due invoices\" or \"Show me sales for last week over $100,000\" and get instant, accurate results.","archived":false,"fork":false,"pushed_at":"2025-09-26T18:41:40.000Z","size":40112,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-02T08:33:43.828Z","etag":null,"topics":["chat-application","generative-ai","nl2sql","oracle-cloud","oracle-database","trustworthy-ai"],"latest_commit_sha":null,"homepage":"","language":"Python","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-devrel.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":"NOTICE.txt","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-26T07:27:33.000Z","updated_at":"2026-01-12T13:30:55.000Z","dependencies_parsed_at":"2025-09-26T20:54:15.729Z","dependency_job_id":null,"html_url":"https://github.com/oracle-devrel/askdata","commit_stats":null,"previous_names":["oracle-devrel/askdata"],"tags_count":1,"template":false,"template_full_name":"oracle-devrel/repo-template","purl":"pkg:github/oracle-devrel/askdata","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-devrel%2Faskdata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-devrel%2Faskdata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-devrel%2Faskdata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-devrel%2Faskdata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oracle-devrel","download_url":"https://codeload.github.com/oracle-devrel/askdata/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oracle-devrel%2Faskdata/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34752465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"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":["chat-application","generative-ai","nl2sql","oracle-cloud","oracle-database","trustworthy-ai"],"created_at":"2026-06-24T22:30:47.921Z","updated_at":"2026-06-24T22:30:47.999Z","avatar_url":"https://github.com/oracle-devrel.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AskData NL2SQL Engine\n\n[![License: UPL](https://img.shields.io/badge/license-UPL-green)](https://img.shields.io/badge/license-UPL-green) [![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=oracle-devrel_test)](https://sonarcloud.io/dashboard?id=oracle-devrel_test)\n\n## Introduction\n\nOracle AskData is a conversational AI platform powered by Oracle Generative AI. With AskData, you can ask natural language questions like \"Give me all past due invoices\" or \"Show me sales for last week over $100,000\" and get instant, accurate results. \n\nThe solution empowers both non-technical users and SQL experts by simplifying complex queries and freeing up time for deeper analysis and decision-making.\n\n## Getting Started\nPlease see the [Introduction](deployment-docs/docs/deployment/introduction.md) \u0026 [Architecture](deployment-docs/docs/deployment/architecture.md) \n\nFor policies see [Defining Policies](deployment-docs/docs/deployment/generic.md#dynamic-groups).\n\nThis solution is broken down into two separate apps, business and trust. It's recommended to start with the business app then build the trust app. \n\n### Prerequisites\n\nThe CIS Landing Zone is optional but helps with providing a sandbox environment with best practices\n\n- [Deploy CIS LZ](deployment-docs/docs/deployment/landing_zone.md)\n\nThis solution assumes you have access to an OCI tenancy with the admin ability to provision the following resources: \n\n### Business App\n\n#### Deployment Steps\n\n1. [Deploy Business Database](deployment-docs/docs/deployment/database.md)\n2. [Deploy Trust Database](deployment-docs/docs/deployment/database.md)\n3. [Deploy Business IAM App](deployment-docs/docs/deployment/business_idcs.md)\n4. [Deploy OCI Cache Cluster](https://docs.oracle.com/en-us/iaas/Content/ocicache/createcluster.htm#top)\n5. [Deploy VCN](https://docs.oracle.com/en-us/iaas/Content/Network/Tasks/quickstartnetworking.htm#Virtual_Networking_Quickstart)\n6. [Deploy Engine Documentation](deployment-docs/docs/deployment/nl2sql_engine.md)\n7. [Deploy Vault](deployment-docs/docs/deployment/vault.md)\n8. [Deploy Business API Gateway](deployment-docs/docs/deployment/business_api_gateway.md)\n    - (Optional) If deploying API Gateway privately, see [ADW API Gateway Private Access](deployment-docs/docs/deployment/adw_private_config.md)\n9. [Deploy ODA](deployment-docs/docs/deployment/oda.md)\n10. [Deploy VBCS](deployment-docs/docs/deployment/VBCS.md)\n\n### Trust App \n\n[Trust Service Overview](deployment-docs/docs/deployment/trust-service-overview.md)\n\n#### Deployment Steps \n\n1. [Deploy Trust VM](deployment-docs/docs/deployment/trust-service.c.md)\n2. [Deploy IDCS/IAM APEX App](https://docs.oracle.com/en/learn/apex-identitydomains-sso/index.html#task-3-create-a-new-web-credential-in-your-oracle-apex-workspace)\n    - (Required) For IDCS security to the API Gateway, in addition to above configure the following: \n        - Client Credentials: Enabled\n        - Allowed operations: Introspect\n3. [Deploy Trust API Gateway](deployment-docs/docs/deployment/trust-api-gateway.md)\n4. [Deploy APEX](deployment-docs/docs/deployment/apex-trust.md)\n    - (Optional) For using a private ADW with APEX, see [Configure Private ADW ACL](deployment-docs/docs/deployment/apex-private-adw-lb.md)\n    - (Optional) If using a private ADW, see [Deploy Private ADB Load Balancer](deployment-docs/docs/deployment/apex-private-adw-lb.md)\n\n### Validation \n\n[Validation Testing](deployment-docs/docs/deployment/validation.md)\n\n## Notes/Issues\n\nSee [Troubleshooting](deployment-docs/docs/deployment/troubleshooting.md)\n\n## URLs\n* Nothing at this time\n\n## Contributing\n\u003c!-- If your project has specific contribution requirements, update the\n    CONTRIBUTING.md file to ensure those requirements are clearly explained. --\u003e\n\nThis project welcomes contributions from the community. Before submitting a pull\nrequest, please [review our contribution guide](./CONTRIBUTING.md).\n\n## Security\n\nPlease consult the [security guide](./SECURITY.md) for our responsible security\nvulnerability disclosure process.\n\n## License\nCopyright (c) 2024 Oracle and/or its affiliates.\n\nLicensed under the Universal Permissive License (UPL), Version 1.0.\n\nSee [LICENSE](LICENSE.txt) for more details.\n\nORACLE AND ITS AFFILIATES DO NOT PROVIDE ANY WARRANTY WHATSOEVER, EXPRESS OR IMPLIED, FOR ANY SOFTWARE, MATERIAL OR CONTENT OF ANY KIND CONTAINED OR PRODUCED WITHIN THIS REPOSITORY, AND IN PARTICULAR SPECIFICALLY DISCLAIM ANY AND ALL IMPLIED WARRANTIES OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE.  FURTHERMORE, ORACLE AND ITS AFFILIATES DO NOT REPRESENT THAT ANY CUSTOMARY SECURITY REVIEW HAS BEEN PERFORMED WITH RESPECT TO ANY SOFTWARE, MATERIAL OR CONTENT CONTAINED OR PRODUCED WITHIN THIS REPOSITORY. IN ADDITION, AND WITHOUT LIMITING THE FOREGOING, THIRD PARTIES MAY HAVE POSTED SOFTWARE, MATERIAL OR CONTENT TO THIS REPOSITORY WITHOUT ANY REVIEW. USE AT YOUR OWN RISK. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foracle-devrel%2Faskdata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foracle-devrel%2Faskdata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foracle-devrel%2Faskdata/lists"}