{"id":24287965,"url":"https://github.com/worksofliam/ileastic_manage","last_synced_at":"2026-03-10T05:31:21.744Z","repository":{"id":272702266,"uuid":"917485468","full_name":"worksofliam/ileastic_manage","owner":"worksofliam","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-16T04:37:01.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T23:27:21.361Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/worksofliam.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-01-16T04:33:24.000Z","updated_at":"2025-01-16T04:37:03.000Z","dependencies_parsed_at":"2025-01-16T05:43:04.285Z","dependency_job_id":null,"html_url":"https://github.com/worksofliam/ileastic_manage","commit_stats":null,"previous_names":["worksofliam/ileastic_manage"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/worksofliam/ileastic_manage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/worksofliam%2Fileastic_manage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/worksofliam%2Fileastic_manage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/worksofliam%2Fileastic_manage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/worksofliam%2Fileastic_manage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/worksofliam","download_url":"https://codeload.github.com/worksofliam/ileastic_manage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/worksofliam%2Fileastic_manage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30326062,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"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":"2025-01-16T09:34:21.511Z","updated_at":"2026-03-10T05:31:21.710Z","avatar_url":"https://github.com/worksofliam.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## ileastic_manage\n\nSimple SQL tools to manage services/programs created for [ILEastic](https://github.com/sitemule/ILEastic). Provides procedures to start and stop services, and a view to see which ILEastic services are running.\n\n\n```sql\n-- Start the HELLOWORLD service\ncall ileastic.start('ILEASTIC', 'HELLOWORLD');\n\n-- Start the HELLOWORLD service. Stop it first if it's already running\ncall ileastic.start('ILEASTIC', 'HELLOWORLD', restartService=\u003e'y');\n\n-- See the services that are running\nselect * from ileastic.services;\n\n-- Stop the HELLOWORLD service\ncall ileastic.stop('HELLOWORLD');\n```\n\n### Future cool ideas\n\n- [ ] Stop all services\n- [ ] Start all services in a specific library (by looking at imports in the program object, which can be done with SQL)\n- [ ] In the same manner as start, but show a list of objects/services that can be started in a certain library - perhaps even show if they're already running.\n\n### How to build\n\nThis assumes you already have [ILEastic](https://github.com/sitemule/ILEastic) installed already.\n\nI did not create a build script for this yet. Simplist way to build these SQL objects is with VS Code (or ACS even) with Code for IBM i (+ the database extension).\n\n1. Clone this repo \u0026 open it in VS Code\n2. Connect to the system with Code for IBM i\n3. Execute the `create` statements in this order:\n   1. `ensureLibrary`\n   2. `services`\n   3. `stop`\n   4. `start`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworksofliam%2Fileastic_manage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworksofliam%2Fileastic_manage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworksofliam%2Fileastic_manage/lists"}