{"id":25268213,"url":"https://github.com/natan1995/llm_docker_service","last_synced_at":"2026-04-09T17:55:31.685Z","repository":{"id":276645534,"uuid":"929853148","full_name":"Natan1995/llm_docker_service","owner":"Natan1995","description":"MIcroservice that was created to connect a pre trained LLM to a different databases","archived":false,"fork":false,"pushed_at":"2025-02-16T21:33:02.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T22:24:31.733Z","etag":null,"topics":["docker","docker-compose","fastapi","llm-agents","postgresql","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Natan1995.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-02-09T15:04:32.000Z","updated_at":"2025-02-16T21:35:25.000Z","dependencies_parsed_at":"2025-02-09T16:30:57.640Z","dependency_job_id":"1423d7cf-1845-4be4-9e77-5551b74530bb","html_url":"https://github.com/Natan1995/llm_docker_service","commit_stats":null,"previous_names":["natan1995/llm_docker_service"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Natan1995%2Fllm_docker_service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Natan1995%2Fllm_docker_service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Natan1995%2Fllm_docker_service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Natan1995%2Fllm_docker_service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Natan1995","download_url":"https://codeload.github.com/Natan1995/llm_docker_service/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247431195,"owners_count":20937909,"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","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":["docker","docker-compose","fastapi","llm-agents","postgresql","python3"],"created_at":"2025-02-12T10:24:19.201Z","updated_at":"2025-12-30T22:22:38.775Z","avatar_url":"https://github.com/Natan1995.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Lienzu LLM\n\nLienzu LLM is an open source project that seeks to integrate data sources from a company without exposing sensitive data from them; for this purpose, an isolated ecosystem made up of four elements is developed:\n\n- A local microservice developed with FastAPI.\n- A database built on postgres SQL.\n- An LLM that understands the needs of non-technical users. Converting prompts into SQL queries.\n- A second LLM that returns the best possible answer to the query made by the initial user.\n\n\n## Installation\n\nDeploy the Docker images with docker compose, open your terminal and execute this commands. \n\n```bash\nmkdir ./init.sql\nwget -O ./init.sql/init_users.sql https://raw.githubusercontent.com/Natan1995/llm_docker_service/refs/heads/main/init.sql/init_users.sql\nwget -O docker-compose.yml https://raw.githubusercontent.com/Natan1995/llm_docker_service/refs/heads/main/docker-compose.yml\n\ndocker-compose up\n\n```\n    \n## Usage/Examples\n\nIn a browser of your preference, you can get the database information with these routes:\n\n```javascript\nGet all users from database: \nhttp://localhost:8000/users\n\nGet all products from database: \nhttp://localhost:8000/products\n\nGet all sales from database: \nhttp://localhost:8000/sales\n\nCustom queries for databases: \nhttp://localhost:8000/query/?query=SELECT%20*%20FROM%20users\n```\n\n\n## Authors\n\n- [@Natan1995](https://github.com/Natan1995)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatan1995%2Fllm_docker_service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnatan1995%2Fllm_docker_service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatan1995%2Fllm_docker_service/lists"}