Projects with this topic
-
microservice for working with user assets (portfolios) in the eebook project https://macalistervadim.github.io/eebook-portfolio/
Updated -
PyPermission - The python RBAC library for projects where SQLAlchemy is a valid option.
Updated -
Solución end-to-end para la migración y análisis de datos utilizando Python, FastAPI, Kafka y PostgreSQL. Implementa un pipeline de datos asíncrono y una API RESTful para analíticas, todo completamente containerizado con Docker Compose para un despliegue fácil y reproducible.
Updated -
Phoenix is a comprehensive web app template built with a Flask backend and a modern, responsive frontend styled with Tailwind CSS. It serves as a foundational starting point for developers looking to grow their Flask projects and analyze the implementation of more complex features. The template is designed to explore crucial functionalities, including the integration of a payment system and the proper management of user sessions. Its modular structure encourages extendability with other open-source libraries, featuring dedicated CSS and JavaScript files for each page to ensure clean, organized, and maintainable code.
Updated -
Repositório contendo os portfólios das disciplinas do 3º período de ADS (2025.1), incluindo SQLAlchemy em Python, banco de dados MySQL, UML (caso de uso) e Projeto Integrado.
Updated -
Simple SQLAlchemy mapper serialization and population.
Updated -
Fake Session Maker is a SQLAlchemy and Pytest-based package designed to facilitate database testing by replacing a classic SQLAlchemy SessionMaker context manager.
Updated -
Talkify provides a robust web app template built on a Flask backend, with a responsive and familiar frontend powered by Bootstrap CSS. It is designed to serve as a foundational boilerplate for developers looking to scale their Flask projects and explore the implementation of essential, dynamic features. The core focus of this template is to offer a clear example of how to build and integrate a user messaging system, manage user sessions securely and effectively, and extend functionality with other open-source JS and CSS libraries. For enhanced organization and maintainability, the project follows a modular structure where each page is linked to its own dedicated CSS and JavaScript files.
Updated -
Real-time market data processing and analytics demonstration
Updated -
Boilerplate for creating a scalable FastAPI application with AI integrations
Updated -
project for creating and management users
Updated -
-
Jacobson is a self-hosted zipcode API Mirror from: https://codeberg.org/Krisque/jacobson
Updated -
-
Tool for generating GraphQL server code from GraphQL schema
Updated -
My research and experimentation with SQLite, especially using it with SQLAlchemy ORM. Most of the information about what and where is stored in a python .env file which, for security reasons, is not uploaded to GitLab but should be easy enough to guess and recreate locally.
Updated -
An example of a clean implementation of a RESTful API in Python
Updated -
Django is a high-level Python web framework that promotes rapid development and clean, pragmatic design. SQLAlchemy is a powerful SQL toolkit and Object-Relational Mapping (ORM) library for Python. While Django has its own ORM, SQLAlchemy offers a more flexible and comprehensive set of tools for handling database operations. Integrating SQLAlchemy with Django can provide developers with advanced database functionalities and greater control over their data models and queries.
Updated