{"id":23500086,"url":"https://github.com/tactful-ai/microcentral","last_synced_at":"2026-05-05T21:32:02.920Z","repository":{"id":54667275,"uuid":"522534293","full_name":"tactful-ai/microcentral","owner":"tactful-ai","description":"Central Hub To Manage And Monitor all service inside Tactful AI.","archived":false,"fork":false,"pushed_at":"2024-09-25T23:26:20.000Z","size":2757,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-23T21:41:52.568Z","etag":null,"topics":["docker-compose","fastapi","microservices","monitoring"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tactful-ai.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}},"created_at":"2022-08-08T12:09:56.000Z","updated_at":"2024-08-18T12:53:46.000Z","dependencies_parsed_at":"2025-02-16T15:49:59.494Z","dependency_job_id":"d89b12ef-7eb7-4e55-8129-3e43f9cdd081","html_url":"https://github.com/tactful-ai/microcentral","commit_stats":null,"previous_names":[],"tags_count":78,"template":false,"template_full_name":null,"purl":"pkg:github/tactful-ai/microcentral","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tactful-ai%2Fmicrocentral","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tactful-ai%2Fmicrocentral/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tactful-ai%2Fmicrocentral/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tactful-ai%2Fmicrocentral/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tactful-ai","download_url":"https://codeload.github.com/tactful-ai/microcentral/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tactful-ai%2Fmicrocentral/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32669425,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["docker-compose","fastapi","microservices","monitoring"],"created_at":"2024-12-25T06:36:51.798Z","updated_at":"2026-05-05T21:32:02.901Z","avatar_url":"https://github.com/tactful-ai.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# microcentral\n\nA Central Hub To Manage And Monitor your microservices against best in class scorecards \n\n---\n\n## Installation and Running on local machine\n\n- Get Docker In your machine you can follow this link to get it in your operating system [install docker](https://docs.docker.com/engine/install/)\n- Install Python 3.10+\n\n\n    ```bash\n    curl -sSL https://install.python-poetry.org | python3 -\n\n    # Install the dependencies\n    sudo apt install libpq-dev gcc\n    poetry install\n\n    # run database inside docker \n    docker-compose up -d database\n\n    # then run the migrations\n    poetry run alembic upgrade head\n\n    # seed some data (services, teams, scorecards)\n    poetry run python -m app.initial_data\n\n    # then run the app fastapi\n    poetry run fastapi dev\n    \n    ```\n\n\n\n## Running on a Server using Docker Compose\n\n4. run the following command\n\n```bash\nsudo docker-compose up\n\n# For Migrations we went with alembic we after you update the models you need to run theses commands\nsudo docker-compose run --rm app poetry run alembic revision --autogenerate -m \"$message\"\nsudo docker-compose run --rm app poetry run alembic upgrade head\n# and you are good to go\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftactful-ai%2Fmicrocentral","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftactful-ai%2Fmicrocentral","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftactful-ai%2Fmicrocentral/lists"}