Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add appkernel microservice framework #1103

Closed
wants to merge 1 commit into from

Conversation

thingsplode
Copy link

@thingsplode thingsplode commented Aug 7, 2018

What is this Python project?

appkernel - A beautiful, well tested python framework helping you to deliver REST APIs from zero to production within minutes (no kidding: literally within minutes).

What's the difference between this Python project and similar ones?

  • Flask - it provides a lot more functionality out of the box, including security and ORM/ODM;
  • Eve - the resource definition is in code, making it very natural for developers to extend it;
  • Flask-Restful - more extended feature set, including serialization, validation, security and data encryption;
  • Flask-Restless - focuses on MongoDB (instead of SQLAlchemy), provides value generators, fine-grained security features, HATEOAS, REST client with circuit breaker and many other planned features making the development of micro-services much easier;

--

Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.

@vinta vinta force-pushed the master branch 2 times, most recently from 23abd09 to 40cd98b Compare June 6, 2019 19:55
@stale
Copy link

stale bot commented Oct 30, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 30, 2019
@stale stale bot closed this Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant