{"id":28330714,"url":"https://github.com/k0msenapati/opal_sqlite_fetcher","last_synced_at":"2026-05-14T20:02:29.664Z","repository":{"id":244267150,"uuid":"814742289","full_name":"k0msenapati/opal_sqlite_fetcher","owner":"k0msenapati","description":"📜 SQLite Fetch provider for Opal","archived":false,"fork":false,"pushed_at":"2024-06-23T04:13:04.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T12:15:55.341Z","etag":null,"topics":["fetcher","opal","python","sqlite"],"latest_commit_sha":null,"homepage":"","language":"Python","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/k0msenapati.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,"zenodo":null}},"created_at":"2024-06-13T15:57:21.000Z","updated_at":"2025-07-07T19:07:36.000Z","dependencies_parsed_at":"2025-05-04T04:11:36.228Z","dependency_job_id":"ae28e50a-e8ad-48bc-90a5-76548a566504","html_url":"https://github.com/k0msenapati/opal_sqlite_fetcher","commit_stats":null,"previous_names":["kom-senapati/opal_sqlite_fetcher","k0msenapati/opal_sqlite_fetcher"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/k0msenapati/opal_sqlite_fetcher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0msenapati%2Fopal_sqlite_fetcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0msenapati%2Fopal_sqlite_fetcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0msenapati%2Fopal_sqlite_fetcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0msenapati%2Fopal_sqlite_fetcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k0msenapati","download_url":"https://codeload.github.com/k0msenapati/opal_sqlite_fetcher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k0msenapati%2Fopal_sqlite_fetcher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32811313,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["fetcher","opal","python","sqlite"],"created_at":"2025-05-26T17:17:02.840Z","updated_at":"2026-05-09T07:32:11.188Z","avatar_url":"https://github.com/k0msenapati.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp  align=\"center\"\u003e\n \u003cimg src=\"https://i.ibb.co/BGVBmMK/opal.png\" height=170 alt=\"opal\" border=\"0\" /\u003e\n\u003c/p\u003e\n\u003ch2 align=\"center\"\u003e\nOPAL Fetcher for SQLite\n\u003c/h2\u003e\n\u003cp  align=\"center\"\u003e\n\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/3/38/SQLite370.svg\" alt=\"sqlite logo\" /\u003e\n\u003c/p\u003e\n\n[Check out OPAL main repo here.](https://github.com/permitio/opal)\n\n\n\u003e [!NOTE]\n\u003e Ready to elevate your [![OPAL (Open Policy Administration Layer)](https://img.shields.io/badge/OPAL-Open_Policy_Administration_Layer-blue)](https://www.opal.ac/) experience? Introducing the SQLite OPAL Fetcher! 🚀\n\n### 🌟 What is it?\n\nThe SQLite OPAL Fetcher is a custom fetch provider designed to integrate SQLite with OPAL effortlessly, enabling you to utilize your SQLite data for real-time policy decisions. It's like adding a rocket booster to OPAL! 🚀✨\n\n### ⚡ Features\n\n- 🔌 **Easy Integration**: Seamlessly connects with your current OPAL setup.\n- 🔎 **Flexible Querying**: Use SQLite queries to retrieve precisely the data you need.\n- 🎛️ **Configurable**: Adjust connection parameters, database, and tables to fit your needs.\n\n### 📜 What is OPAL?\n\nOPAL (Open Policy Administration Layer) is an open-source administration layer for Open Policy Agent (OPA) that allows you to easily keep your authorization layer up-to-date in real-time. OPAL continuously fetches and updates policy data from various sources, ensuring your OPA policies are always based on the most current information.\n\n### 💼 Use Cases for OPAL\n\n- **Dynamic Authorization**: Real-time updates to access control policies based on changing conditions.\n- **Compliance**: Automated adjustments to policies in response to regulatory changes.\n- **Security**: Immediate application of security policies across distributed systems.\n- **User Management**: Adapt policies dynamically based on user activity or profile changes.\n\n### 🔄 Data Fetcher Integration\n\nThe SQLite OPAL Fetcher leverages `sqlite3` for database operations and the `opal_common` package for integration with OPAL. This combination ensures a robust and efficient mechanism to fetch and apply policy data.\n\n### 🛠️ Installation\n\nGetting started is simple:\n\n1. Clone this repository: `git clone https://github.com/kom-senapati/opal_sqlite_fetcher.git`\n2. Install the dependencies: `pip install -r requirements.txt`\n3. Build your custom OPAL client Docker image (Create a docker file)\n4. 🌟 Launch and enjoy the enhanced capabilities!\n\n\u003e [!IMPORTANT]\n\u003e\n\u003e ### 📜 License\n\u003e\n\u003e This project is licensed under the `Apache-2.0 license` - see the [**`LICENSE`**](LICENSE) file for more information.\n\n### 👥 Meet the Author\n\n[![GitHub Profile](https://img.shields.io/badge/GitHub-kom_senapati-blue?logo=github)](https://github.com/kom-senapati)\n\n### :email: Contact \n\n\u003cp align=\"left\"\u003e\n\u003ca href=\"https://twitter.com/kom_senapati\" target=\"blank\"\u003e\u003cimg align=\"center\" src=\"https://img.shields.io/badge/X-000000?style=for-the-badge\u0026logo=x\u0026logoColor=white\" alt=\"komx\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"left\"\u003e\n\u003ca href=\"https://www.linkedin.com/in/kom-senapati/\" target=\"blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white\" alt=\"komin\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk0msenapati%2Fopal_sqlite_fetcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk0msenapati%2Fopal_sqlite_fetcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk0msenapati%2Fopal_sqlite_fetcher/lists"}