{"id":31758608,"url":"https://github.com/koldakov/futuramaapi","last_synced_at":"2026-01-16T17:41:50.817Z","repository":{"id":214412339,"uuid":"725719603","full_name":"koldakov/futuramaapi","owner":"koldakov","description":"Futurama inspired REST and GraphQL API, blending characters exploration with real-time updates. Tech playground featuring FastAPI, Docker, and more!","archived":false,"fork":false,"pushed_at":"2025-11-05T20:38:52.000Z","size":11994,"stargazers_count":208,"open_issues_count":2,"forks_count":15,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-11-05T21:30:43.046Z","etag":null,"topics":["alembic","async","babel","fastapi","graphql","http2","hypercorn","mypy","pydantic","pydantic-v2","python","ruff","sqlalchemy","sqlalchemy-python","sse","strawberry","strawberry-graphql"],"latest_commit_sha":null,"homepage":"https://futuramaapi.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/koldakov.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-11-30T18:23:55.000Z","updated_at":"2025-11-05T19:49:32.000Z","dependencies_parsed_at":"2024-01-13T23:41:14.971Z","dependency_job_id":"0e9a0765-956d-4f46-9f43-c2c015641d5f","html_url":"https://github.com/koldakov/futuramaapi","commit_stats":null,"previous_names":["aivgithub/futuramaapi","koldakov/futuramaapi"],"tags_count":48,"template":false,"template_full_name":null,"purl":"pkg:github/koldakov/futuramaapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koldakov%2Ffuturamaapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koldakov%2Ffuturamaapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koldakov%2Ffuturamaapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koldakov%2Ffuturamaapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/koldakov","download_url":"https://codeload.github.com/koldakov/futuramaapi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/koldakov%2Ffuturamaapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28007977,"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","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["alembic","async","babel","fastapi","graphql","http2","hypercorn","mypy","pydantic","pydantic-v2","python","ruff","sqlalchemy","sqlalchemy-python","sse","strawberry","strawberry-graphql"],"created_at":"2025-10-09T20:47:25.981Z","updated_at":"2025-12-24T20:22:43.588Z","avatar_url":"https://github.com/koldakov.png","language":"Python","funding_links":["https://www.buymeacoffee.com/aivCoffee"],"categories":["Projects"],"sub_categories":["Open Source Projects"],"readme":"# About The Project\n\nWelcome to Futuramaapi – your go-to platform for diving into the realms of REST and GraphQL technologies.\nMore than just a learning space, this project is a dynamic hub for anyone keen on mastering RESTful API design,\ncrafting GraphQL queries, and exploring related technologies.\n\nBut we're not just another tutorial. Futuramaapi doubles as a sandbox,\ninviting you to play with the latest tools and frameworks.\nIt's not about theory; it's about hands-on experience, transforming what you learn into practical skills.\n\nJoin a vibrant community, engage in experimentation, and collaborate with fellow enthusiasts.\nWhether you're a beginner or a seasoned developer, Futuramaapi is your space for continuous learning and innovation.\n\nExplore the future of API mastery with Futuramaapi – where learning meets experimentation.\nJoin us in shaping the future of technology.\n\n## Key Features\n\n### RESTful API:\nExplore and understand the principles of REST through our comprehensive API implementation.\n\n### GraphQL Integration:\nDive into the world of GraphQL with seamless integration and interactive examples.\n\n### Server-Sent Events (SSE):\nExperience real-time updates and notifications through the power of Server-Sent Events.\n\n### OpenAPI Documentation:\nEasily navigate and interact with our APIs using OpenAPI documentation.\n\n### Technologies:\nBuilt with HTTP/2, Hypercorn, Python 3.12, FastAPI, asynchronous programming, SQLAlchemy, alembic,\nPostgreSQL, CI/CD, Ruff, and more,\nthis project embraces cutting-edge technologies to provide a modern development experience.\n\n## Requirements\n\n1. Python \u003e= 3.12\n2. PostgreSQL\n3. poetry\n\n## Installation\n\n\n```commandline\n# Clone repo\ngit clone git@github.com:koldakov/futuramaapi.git\n# Instal dependencies\npoetry install\n# Initiate pre-commit\npoetry run pre-commit install\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Migrations\n\nIf you create models in a new file please import it in env.py.\nBecause alembic does not detect child classes.\n\n```commandline\npoetry run alembic revision --autogenerate -m \"Revision Name\"\npoetry run alembic upgrade head\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Development\n\n```commandline\n# Export variables\nexport $(cat .env | xargs)\n# Run server\nbash docker-entrypoint.sh\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Contributing\n\n1. Fork the Project\n2. Open a Pull Request\n3. Or just read here: [contributing](https://docs.github.com/en/get-started/quickstart/contributing-to-projects)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Methodology\n\n1. Do a lot, break a lot.\n2. There are no difficult tasks, only interesting.\n3. Mostly TBD.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Important\n\n1. Quality.\n2. Security.\n3. Google first.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## License\n\nDistributed under the Apache 2.0 License. See [LICENSE.md](LICENSE.md) for more information.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Buy me a coffee if you want to support me\n\nhttps://www.buymeacoffee.com/aivCoffee\n\n## Contact\n\nHi all,\n\nHow are you? Hope You've enjoyed the project.\n\nThere are my contacts:\n\n- [Linkedin](https://www.linkedin.com/in/aiv/)\n- [Send an Email](mailto:coldie322@gmail.com?subject=[GitHub]-qworpa)\n\nProject Link: https://github.com/koldakov/futuramaapi\n\nBest regards,\n\n[Ivan Koldakov](https://www.linkedin.com/in/aiv/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoldakov%2Ffuturamaapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkoldakov%2Ffuturamaapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkoldakov%2Ffuturamaapi/lists"}