{"id":22049207,"url":"https://github.com/dllatas/illapa","last_synced_at":"2026-05-10T03:21:13.259Z","repository":{"id":57271821,"uuid":"162164666","full_name":"dllatas/illapa","owner":"dllatas","description":"Utility that transforms config files describing a relational DB schema into the actual SQL code","archived":false,"fork":false,"pushed_at":"2019-03-29T12:38:05.000Z","size":194,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-01T16:05:28.597Z","etag":null,"topics":["db","db-schema","ddl-parser","sql","yaml"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dllatas.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":"2018-12-17T17:10:47.000Z","updated_at":"2019-03-29T12:38:07.000Z","dependencies_parsed_at":"2022-09-14T16:22:41.205Z","dependency_job_id":null,"html_url":"https://github.com/dllatas/illapa","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dllatas%2Fillapa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dllatas%2Fillapa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dllatas%2Fillapa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dllatas%2Fillapa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dllatas","download_url":"https://codeload.github.com/dllatas/illapa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245119566,"owners_count":20563763,"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":["db","db-schema","ddl-parser","sql","yaml"],"created_at":"2024-11-30T14:14:35.663Z","updated_at":"2026-05-10T03:21:13.209Z","avatar_url":"https://github.com/dllatas.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Illapa\n\n[![CircleCI](https://circleci.com/gh/dllatas/illapa.svg?style=svg)](https://circleci.com/gh/dllatas/illapa)\n\nUtility that transforms config files describing a relational DB schema into the actual SQL code.\n\nIllapa is the Quechua word for lightning. In the Incan mythology, it was believed that the world was divided in three different entitiesi: upper world, \"our\" world, and lower world. The lightning was a godness able to cross between the upper and \"our\" world. As it stands with Illapa, the representation level drops from the highest one to a high one: config files to SQL code.\n\nThe use case for Illapa is a DROP - CREATE - LOAD loop. It is suitable during development phase, but not good for production and evolving a DB over time.\n\nThe library is opinionated since it requires that the config files follow certain structure. Each files is defined by a template.\n\n### Installation\n### Flow \n\nThe tables dependency is sorted by using Teseo. In that sense, Teseo can read the files and process it. However, at the moment Teseo does not return the content of the files sorted.\n\n\n01. input the config files\n\t- define a dir and the format\n\t- inject schema as a dependency\n\n02. read files and parse them from config format to js\n\n03. order them using teseo\n\n04. create schema using illapa\n### Usage\n### Contributing\n### Roadmap\n### License\n### Project Status\n\n### Testing with Docker\nPOSTGRESS_passeord MIGHT NOT be needed\n```\ndocker run --name pg-test -e POSTGRESS_PASSWORD=admin -d postgres\ndocker exec -it pg-test psql -U postgres\n\n```\n\n\ndocker run --name mysql-test -e MYSQL_ROOT_HOST=* -e MYSQL_ROOT_PASSWORD=admin -d percona:5\ndocker exec -it mysql-test bash\nbash-4.2$ mysql -u root -p\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdllatas%2Fillapa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdllatas%2Fillapa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdllatas%2Fillapa/lists"}