falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.51k stars 942 forks source link

[Umbrella] Better Docs! #1393

Open kgriffs opened 5 years ago

kgriffs commented 5 years ago
vytas7 commented 5 years ago

Maybe ready-made Docker containers, orchestration templates, cloud images, VM appliances to allow people evaluating / prototyping even quicker?

Where the said ready-made containers would illustrate some of the points above.

kgriffs commented 5 years ago

(See also: https://github.com/falconry/falcon/issues/1391)

kgriffs commented 5 years ago

Maybe ready-made Docker containers, orchestration templates, cloud images, VM appliances to allow people evaluating / prototyping even quicker?

Thanks! Added to the list.

bhargavrpatel commented 5 years ago

@kgriffs I have been using Falcon at work in Production and love it! I was currently working on a library and stumbled upon the Issues page, and eventually here. Please let me know how I can contribute. Since the list is large, should we go ahead and start taski-fying these?

kgriffs commented 5 years ago

@bhargavrpatel Welcome! For now we are still brainstorming a bit while we finalize the 2.0 release and wait for development to open on the 3.0 branch. That being said, I think we can start breaking down these ideas into issues soon and sussing out what should go in 3.0 vs. 3.1.

vytas7 commented 5 years ago

As mentioned by @amitvadhel on Gitter, another popular way to quickstart development that people turn to is Cookiecutter [1].

There is a Falcon recipe to it [2], but it is fairly outdated, we could consider submitting a new one (idea falls under Fast prototyping).

  1. https://github.com/audreyr/cookiecutter
  2. https://github.com/dgarana/cookiecutter-falcon
vytas7 commented 3 years ago

Someone made a new cookiecutter for Falcon 3.x: https://github.com/pozetroninc/cookiecutter-falcon3