{"id":48527282,"url":"https://github.com/nasops/monkknows","last_synced_at":"2026-04-07T23:00:25.211Z","repository":{"id":335848985,"uuid":"1145186815","full_name":"nasOps/MonkKnows","owner":"nasOps","description":"A Legacy code project rewritten from Python to Ruby for a DevOps class ","archived":false,"fork":false,"pushed_at":"2026-04-06T11:09:22.000Z","size":14812,"stargazers_count":1,"open_issues_count":63,"forks_count":0,"subscribers_count":0,"default_branch":"development","last_synced_at":"2026-04-06T12:23:21.709Z","etag":null,"topics":["devops","legacy-code","python","ruby"],"latest_commit_sha":null,"homepage":"http:www.monkknows.dk","language":"Ruby","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/nasOps.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-29T14:33:41.000Z","updated_at":"2026-03-25T12:37:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"703afbe7-2767-4011-883f-bb7e15baae1a","html_url":"https://github.com/nasOps/MonkKnows","commit_stats":null,"previous_names":["nasops/munkknows","nasops/monkknows"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/nasOps/MonkKnows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasOps%2FMonkKnows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasOps%2FMonkKnows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasOps%2FMonkKnows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasOps%2FMonkKnows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nasOps","download_url":"https://codeload.github.com/nasOps/MonkKnows/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nasOps%2FMonkKnows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31532336,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"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":["devops","legacy-code","python","ruby"],"created_at":"2026-04-07T23:00:15.318Z","updated_at":"2026-04-07T23:00:25.193Z","avatar_url":"https://github.com/nasOps.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MonkKnows\n\n###### Sinatra Ruby\n[![Ruby CI (Build \u0026 Test)](https://github.com/nasOps/MonkKnows/actions/workflows/ci.yaml/badge.svg?branch=development)](https://github.com/nasOps/MonkKnows/actions/workflows/ci.yaml) ![Ruby](https://img.shields.io/badge/ruby-3.2.8-red) ![Contributors](https://img.shields.io/github/contributors/nasOps/MonkKnows) ![Open Issues](https://img.shields.io/github/issues/nasOps/MonkKnows?label=Open%20Issues) ![Last Commit](https://img.shields.io/github/last-commit/nasOps/MonkKnows)\n\n###### Flask Python (Legacy)\n![Python](https://img.shields.io/badge/python-3.14-blue) ![Flask](https://img.shields.io/badge/flask-3.1.2-blue)\n\nA search engine originally built in 2009, currently being migrated from Flask (Python) to Sinatra (Ruby) as part of a DevOps project.\n\n\n\n---\n\n## Repository Structure\n```text\nMonkKnows/\n├── .github/\n│   ├── ISSUE_TEMPLATE/\n│   └── workflows/\n│       └── ci.yaml\n├── docs/\n│   ├── branching-strategi/\n│   ├── choices-and-challenges/\n│   └── openapi/\n├── legacy-flask/           # Python legacy application\n├── ruby-sinatra/           # Active Ruby/Sinatra application\n└── .gitignore\n```\n\n---\n\n## Migration Strategy\n\nFlask and Sinatra run side by side during migration. Functionality is moved route by route – read-only endpoints first, authentication and write logic later. Both versions share the same SQLite database in the interim.\n\n---\n\n## Setup\n\n### Ruby / Sinatra\n```bash\ncd ruby-sinatra\nbundle config set --local path vendor/bundle\nbundle install\nbundle exec ruby app.rb\n```\n\nApp runs on `http://localhost:4567`\n\n### Python / Flask (Legacy)\n```bash\ncd python-legacy\npython -m venv venv\nsource venv/bin/activate\npip install -r requirements.txt\npython app.py\n```\n\nApp runs on `http://localhost:5000`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasops%2Fmonkknows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnasops%2Fmonkknows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasops%2Fmonkknows/lists"}