Skip to main content

CNC is the first framework for application deployment, a fully distributed and customizable PaaS developer experience, based on docker-compose config files

Project description

cnc logo

CNC

Introduction

cnc is an open-source framework that equips developers with the right tools to deploy applications with precision. Rooted in the principles of Infrastructure as Code (IaC) using terraform, cnc translates high level service definitions into reference architecture based infrastructure across various environments — whether it’s for development, staging, production, or ephemeral environments. For those who have used AWS's Amplify CLI, think of cnc as a broader, adaptable framework that supports your unique deployment needs.

Core Lifecycle Events Managed by cnc:

  • Provision: Uses terraform to create, manage, and dismantle cloud resources, ensuring each environment is crafted to fit its specific purpose.
  • Build: Assembles the necessary deployment artifacts for each environment, from docker containers to static assets for web applications.
  • Deploy: Seamlessly updates infrastructure to deploy new artifacts, such as modifying k8s manifests or updating ECS services.
  • Toolbox: A toolbox is a managed shell against a cnc-managed environment, making it easy to get a REPL or run database migrations, for example

Getting Started with cnc:

  • Experience cnc in just a few minutes: install and see for yourself the power of cnc in under 5 minutes without needing any cloud permissions or incurring any costs.
  • Rapid Deployment: Have your first environment up and running in less than 15 minutes, demonstrating the straightforward power of cnc.

cnc is designed to be a powertool that empowers you to build and manage your infrastructure with the same attention to detail and creativity that you bring to your code. Just like web devs use frameworks to build better products, with cnc, you gain the freedom to implement your vision precisely as intended, making each project not only functional but finely tuned to your standards.

Hello World

Install CNC

Intall cnc from the PyPI Python Package Index. For example, using pip:

pip install cocnc

Save config files

You can make a new directory, nothing but the following 2 files is needed by cnc. Save as cnc.yml:

services:
  app:
    command: "my command"
    x-cnc:
      type: backend
    build:
      context: .
  db:
    x-cnc:
      type: database
      version: 15
    image: postgres

Save as environments.yml:

name: my-first-app
provider: gcp
flavor: run-lite
version: 1

collections:
- name: dev
  region: us-east1
  base_domain: mydevsite.com
  account_id: "foo-bar-123"
  environments:
  - name: dev
    environment_variables:
    - name: FOO
      value: bar

cnc has robust environment configuration options, including support for environment variables from cloud secrets, terraform outputs, or aliasing from other variables. Read more about configuration here.

See CNC in action

All this will do is manipulate text files in your /tmp directory and won't actually touch anything in your code or cloud. It's the best way to get to Aha! quickly before diving in deeper.

# print the terraform we would run, as generated from the 2 ymls above
# we do --no-cleanup here so you can inspect the files yourself in /tmp if you want to.
# You can leave this off to cleanup after the command runs automatically
cnc provision debug --no-cleanup

# look at the generated build script
# you can look at the files referenced, for example the build-functions scripts, by going to the /tmp path in your terminal
cnc build perform dev --debug --no-cleanup

# same for deploy
cnc deploy perform dev --debug --no-cleanup

Add a 2nd environment (e.g. dev2) to the environments.yml and run the commands again, see the power of the framework!

Documentation

Access full documentation and in-depth tutorials at the CNC Documentation.

Community & Support

  • Issues: Report bugs or suggest features via GitHub Issues.
  • Support: For direct support, contact our team at cnc@withcoherence.com.

Contributing

Interested in contributing to CNC? Check out our Developers Getting Started guide for guidelines and project setup instructions.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cocnc-0.2.32.tar.gz (116.9 kB view details)

Uploaded Source

Built Distribution

cocnc-0.2.32-py3-none-any.whl (212.7 kB view details)

Uploaded Python 3

File details

Details for the file cocnc-0.2.32.tar.gz.

File metadata

  • Download URL: cocnc-0.2.32.tar.gz
  • Upload date:
  • Size: 116.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for cocnc-0.2.32.tar.gz
Algorithm Hash digest
SHA256 c1e3b7b54218a7cbbb4c32a088901ad01901c49cd5144768b62fbac36451708e
MD5 1ffc36ecf628ec25775c26f3c1f21461
BLAKE2b-256 bf0559e1764d4a5e51dfd815f0bd2d906b218163608e345b5d263c2919f1d97c

See more details on using hashes here.

File details

Details for the file cocnc-0.2.32-py3-none-any.whl.

File metadata

  • Download URL: cocnc-0.2.32-py3-none-any.whl
  • Upload date:
  • Size: 212.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for cocnc-0.2.32-py3-none-any.whl
Algorithm Hash digest
SHA256 5e799b3f9c3f033dfc2494b3f655d0fe827c5b95ed3620ffd861f2b48d3f0b49
MD5 d9e896505da77f130a29c91b286dd132
BLAKE2b-256 cf37cc4bf4a255f6cc4f98c4dd01b3769cf0797d5f8a0893df9a6daf01db5acd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page