SQLAlchemy in the Wild

Websites

  • Virgin Charter - log on and rent yourself a jet ! Virgin's new startup now runs on Pylons and SQLAlchemy, with Elixir as well.
  • Adroll - Ad Communities: Adroll.com lets online publishers connect and roll up their ad space to form relevant packages of inventory that advertisers can buy.
  • The Carbon Account - The Carbon Account helps you reduce your [carbon] footprint and share tips with friends.
  • FoxMarks - A highly rated bookmark management site which has its own Firefox plugin.
  • GCollab - Collaborative internet services.
  • MyDrawings - Interactive drawing site.
  • NewDuck - a dating/social networking site.
  • Scouta - social media recommender
  • Marketshares - In-depth current and historic stock market analysis and portfolio management for the Australian stock market

Applications

  • Checkout - Recently featured on developer.apple.com, Checkout turns any Mac into a cash register. Version 2.0 will be fully architected around SQLAlchemy.
  • Pagoda - a first-class plugin-based content management system with a Web 2.0 management console that integrates instantly with existing TurboGears? applications.
  • Gazest - wiki based community engine, heavily inspired by distributed revision control systems like Git and Mercurial.
  • Trac (future release)
  • Bauble - an application for managing collections of plants for Botanic Gardens or similar institutions
  • Griffith - film collection manager
  • Spiff - Content Management System with desktop integration.
  • DrProject - "A lightweight software project management portal derived from Trac and specialized for classroom use." (next release, 2.0)
  • UrbanSim - "A software-based simulation model for integrated planning and analysis of urban development, incorporating the interactions between land use, transportation, and public policy."
  • Marcdb - Stores MARC (standard format for representing bibliographic information) data in a relational database.
  • Project Kusu - Project Kusu is a cluster management, operations and deployment toolkit.
  • SocialWorks A social services database application with a very flexible gui-based data intake configuration.

Developer Tools / Libraries / Addons

  • Elixir - Declarative Mapper for SQLAlchemy
  • Migrate - Database schema migration for SQLAlchemy
  • django-sqlalchemy - a port of Django's ORM to SQLAlchemy
  • DBSprockets - An automatic, customizable form/validation generator built for SQLAlchemy.
  • SAContext - an organizer for SQLAlchemy applications with optional Pylons support.
  • z3c.sqlalchemy - Integration of SQLAlchemy with Zope 2/Zope 3
  • SQLAlchemyDA - A generic database adapter for Zope 2 that supports all SA-supported databases
  • z3c.zalchemy - Integration of SQLAlchemy with Zope 3
  • collective.lead - Integration of SQLAlchemy with Zope 2/Zope 3
  • sAsync - the Asynchronous (Twisted) Library for SQLAlchemy
  • Alchemyware - WSGI middleware for SQLAlchemy
  • ObjectStateTracer - Traces SQLObject and SQLAlcemy object modifications
  • Spiff Guard - Generic Access Lists for Python
  • shove - Common object storage frontend
  • RDFAlchemy - The goal of RDF Alchemy is to allow anyone who uses python to have a object type API access to an RDF Triplestore.
  • FormAlchemy - Auto-generated, customizable HTML input form fields from your SQLAlchemy mapped classes.