All Projects → checkr → Codeflow

checkr / Codeflow

Licence: apache-2.0
Open source event based Platform as a Service

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Codeflow

Adhokku
A toy PaaS
Stars: ✭ 32 (-82.98%)
Mutual labels:  paas, deployment
Caprover
Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids
Stars: ✭ 7,964 (+4136.17%)
Mutual labels:  paas, deployment
Choerodon
Open Source Multi-Cloud Integrated Platform
Stars: ✭ 2,149 (+1043.09%)
Mutual labels:  paas
Mbt
The most flexible build tool for monorepo
Stars: ✭ 184 (-2.13%)
Mutual labels:  deployment
Cloudsim Plus
☕️🏗⛅️🎓 A modern, full-featured, easier-to-use, highly extensible, faster and more accurate Java 8+ Framework for Cloud Computing Simulation
Stars: ✭ 178 (-5.32%)
Mutual labels:  paas
Space Cloud
Open source Firebase + Heroku to develop, scale and secure serverless apps on Kubernetes
Stars: ✭ 3,323 (+1667.55%)
Mutual labels:  paas
Hooka
😎 A webhook server with zero coding
Stars: ✭ 180 (-4.26%)
Mutual labels:  deployment
Ghpages
Deploy arbitrary static assets through GitHub Actions
Stars: ✭ 169 (-10.11%)
Mutual labels:  deployment
Azuredatabricksbestpractices
Version 1 of Technical Best Practices of Azure Databricks based on real world Customer and Technical SME inputs
Stars: ✭ 186 (-1.06%)
Mutual labels:  deployment
Cobbler
Cobbler is a versatile Linux deployment server
Stars: ✭ 2,222 (+1081.91%)
Mutual labels:  deployment
Mypaas
Run your own PaaS using Docker, Traefik, and great analytics
Stars: ✭ 183 (-2.66%)
Mutual labels:  paas
Machine Learning Deployment
Launch machine learning models into production using flask, docker etc.
Stars: ✭ 177 (-5.85%)
Mutual labels:  deployment
Bedrock Core
Bedrock is a battle-tested template of micro services, components and patterns that tie together Kubernetes, Elasticsearch, MongoDB, Node.js and React (KEMNR).
Stars: ✭ 173 (-7.98%)
Mutual labels:  deployment
Procsd
Manage your application processes in production hassle-free like Heroku CLI with Procfile and Systemd
Stars: ✭ 181 (-3.72%)
Mutual labels:  deployment
Deploy
Ansible role to deploy scripting applications like PHP, Python, Ruby, etc. in a capistrano style
Stars: ✭ 2,141 (+1038.83%)
Mutual labels:  deployment
React Gh Pages
Deploying a React App (created using create-react-app) to GitHub Pages
Stars: ✭ 2,801 (+1389.89%)
Mutual labels:  deployment
1backend
Run your web apps easily with a complete platform that you can install on any server. Build composable microservices and lambdas.
Stars: ✭ 2,024 (+976.6%)
Mutual labels:  paas
Fusioninventory Agent
FusionInventory Agent
Stars: ✭ 177 (-5.85%)
Mutual labels:  deployment
Cape
Dynamically generates Capistrano recipes for Rake tasks
Stars: ✭ 178 (-5.32%)
Mutual labels:  deployment
Autoserver
Create a full-featured REST/GraphQL API from a configuration file
Stars: ✭ 188 (+0%)
Mutual labels:  deployment

THIS PROJECT IS NOT MAINTAINED ANYMORE! All further development has been moved to CodeAmp https://github.com/codeamp

Codeflow CircleCI

Extendable deployment pipeline

Local Development with Docker

Install Docker Compose

Create DEV configs

$ cp server/configs/codeflow.yml server/configs/codeflow.dev.yml
$ cp dashboard/.env dashboard/.env.development
$ cd dashboard/ && npm install && cd ../

To start the server and all dependencies run:

$ make up

Check Makefile to see what's happening under the hood.

Local dashboard will be started on http://localhost:3000

dashboard and server will reload on any file change 💥 Happy coding!!!

Hosted docs

https://codeflow.checkr.com/

master branch continuously deployed with Codeflow!

Slack

Screenshots

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].