{"id":21486385,"url":"https://github.com/obahamonde/aiofauna","last_synced_at":"2025-07-15T14:32:56.696Z","repository":{"id":153407806,"uuid":"622424292","full_name":"obahamonde/aiofauna","owner":"obahamonde","description":"A fully featured backend framework, fast, simple and reliable.","archived":false,"fork":false,"pushed_at":"2023-10-13T00:13:36.000Z","size":11219,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-07T00:48:09.675Z","etag":null,"topics":["aiohttp","cloud","faunadb","framework","http","odm","python","rest-api","sse"],"latest_commit_sha":null,"homepage":"https://www.aiofauna.com","language":"Python","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/obahamonde.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-04-02T04:07:31.000Z","updated_at":"2023-10-20T01:47:48.000Z","dependencies_parsed_at":"2023-04-19T14:48:19.196Z","dependency_job_id":"c060275f-9650-4c57-9c2c-4a6e53ed9499","html_url":"https://github.com/obahamonde/aiofauna","commit_stats":{"total_commits":77,"total_committers":6,"mean_commits":"12.833333333333334","dds":0.5194805194805194,"last_synced_commit":"68e0a34246dbd6568b3dca6f607acadf0ac0a070"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obahamonde%2Faiofauna","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obahamonde%2Faiofauna/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obahamonde%2Faiofauna/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obahamonde%2Faiofauna/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/obahamonde","download_url":"https://codeload.github.com/obahamonde/aiofauna/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226046258,"owners_count":17565136,"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":["aiohttp","cloud","faunadb","framework","http","odm","python","rest-api","sse"],"created_at":"2024-11-23T13:20:39.138Z","updated_at":"2024-11-23T13:20:39.659Z","avatar_url":"https://github.com/obahamonde.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\ntitle: AioFauna\n---\n\n# AioFauna\n\n🚀 Introducing aiofauna: A full-stack framework built on top of Aiohttp, Pydantic and FaunaDB.\n\n🔥 Inspired by FastAPI focuses on Developer Experience, Productivity and Versatility.\n\n🌟 Features:\n\n✅ Supports Python 3.7+, comes with an opinionated ODM (Object Document Mapper) out of the box for FaunaDB that abstracts out complex FQL expressions into pythonic, fully typed asynchronous methods for all CRUD operations.\n\n✅ Powerful and Scalable: Being built on top of Aiohttp an asyncio based http server/client and FaunaDB an scalable serverless database for modern applications allows for powerful and seamless integrations.\n\n✅ Performant: As a framework built on top of Aiohttp it leverages the power of asyncio and the fastest python `APIClient` built on top of aiohttp with Lazy Loading and session sharing, plus the ubiquiness of FaunaDB to achieve high performance.\n\n✅ Automatic Swagger UI generation: Automatic generation of interactive Swagger UI documentation for instant testing of your `APIServer`, exposed at the `/docs` path.\n\n✅ SSE (Server Sent Events): Built-in support for SSE (Server Sent Events) for real-time streaming of data from FaunaDB to your application, syntactic sugar through the `@sse` decorator.\n\n✅ Websockets: Built-in support for Websockets for real-time bidirectional communication between your application and the resources served by AioFauna `APIServer`, syntactic sugar through the `@websocket` decorator.\n\n✅ Robust data validation: Utilizes the rich features of Pydantic for data validation and serialization.\n\n✅ OX: Thanks to `rich` and `aiohttp` you will get rich logging and error handling out of the box.\n\n✅ Auto-provisioning: Automatic management of indexes, unique indexes, and collections with `FaunaModel` ODM.\n\n✅ Full JSON communication: Focus on your data, don't worry about the communication protocol. Your `APIServer` will receive and return JSON.\n\n✅ Inspired by fastapi, you will work with almost the same syntax and features like path operations, path parameters, query parameters, request body, status codes, `/docs` automatic interactive API documentation, and decorated view functions and automatic serialization and deserialization of your data.\n\n💡 With aiofauna, you can build fast, scalable, and reliable modern applications, avoiding decision fatigue and focusing on what really matters, your data and your business logic.\n\n📚 Check out the aiofauna library, and start building your next-gen applications today! 🚀\n\n#Python #FaunaDB #Async #Pydantic #aiofauna\n\n⚙️ If you are using a synchronous framework check out [Faudantic](https://github.com/obahamonde/faudantic) for a similar experience with FaunaDB and Pydantic.\n\n📦 [PyPi](https://pypi.org/project/aiofauna/)\n\n📦 [Demo](https://www.aiofauna.com)\n\n📦 [GitHub](https://github.com/obahamonde/aiofauna)\n\n📦 [Documentation](https://docs.aiofauna.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobahamonde%2Faiofauna","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobahamonde%2Faiofauna","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobahamonde%2Faiofauna/lists"}