Deploying Django applications to a single-node docker swarm cluster on EC2 with AWS Cloud Development Kit (CDK) and GitHub Actions (description, repo links + full article in comments)

This page summarizes the projects mentioned and recommended in the original post on /r/django

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • cdk-django

    A CDK library that provides high-level constructs for hosting Django applications on AWS

  • For a more robust application setup, I have another construct in my django-cdk construct library called DjangoEcs that uses ECS and all of the managed services that I'm not using in DockerEc2 such as NAT, RDS, ElastiCache, ALB. This setup costs a lot money to run, however, and it isn't what I would use for experimenting or running simple side projects on the public internet.

  • django-step-by-step

    A Django + Vue reference project that focuses on developer tooling and CI/CD + IaC

  • The sample application that I'm using to test the deployment is a mono-repo with a Django app and Vue.js app written in TypeScript. It is a simple microblogging application called μblog. Here's the repo: https://github.com/briancaffey/django-step-by-step

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Django AWS CDK deployment

    1 project | /r/django | 12 Jun 2022
  • My approach to building ad hoc developer environments using AWS ECS, Terraform and GitHub Actions (article link and diagram description in comments)

    2 projects | /r/aws | 12 Jun 2022
  • Any examples of custom ecs constructs which builds on the top of ecs patterns

    1 project | /r/aws_cdk | 6 Jul 2021
  • Ask r/kubernetes: What are you working on this week?

    1 project | /r/kubernetes | 7 Jun 2021
  • My Infrastructure as Code Rosetta Stone - Deploying the same Django application on AWS ECS Fargate with CDK, Terraform and Pulumi

    6 projects | /r/devops | 7 Jan 2023