Skip to main content

Easy to create your microservice based on Falcon.

Project description

# We are family, we are microservices

## Get Started

mkvirtualenv family

pip install git+git://github.com/daixm/family.git@master

family-createapp helloworld

# then step by step create your project

cd helloworld; tree .

├── development.ini ├── helloworld │   ├── app.py │   ├── __init__.py │   ├── settings.py │   └── wsgi.py ├── helloworld.egg-info │   ├── dependency_links.txt │   ├── entry_points.txt │   ├── PKG-INFO │   ├── SOURCES.txt │   └── top_level.txt ├── __init__.py ├── production.ini ├── requirements.txt └── setup.py

pip install -r requirements.txt; gunicorn –paste development.ini

Project details


Download files

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

Source Distribution

family-0.2.tar.gz (4.4 kB view hashes)

Uploaded Source

Supported by

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