-
Notifications
You must be signed in to change notification settings - Fork 2
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
Examples? #1
Comments
Hello @inorton I use falcon-swagger in https://github.com/dutradda/myreco |
Any update on this? Your code seems useful and I'd like to use it and perhaps assist in development, but the documentation is non-existant.. |
Also, is this "replaced" by the following project? |
hi @advance512, And I moved from falcon to aiohttp, the project now is asyncio based. An asyncio benchmark exploration: http://klen.github.io/py-frameworks-bench/ |
moved to swaggerit isse: dutradda/swaggerit#2 |
Too bad. Many libraries don't currently support Python 3.x style So, falcon-swagger had a definite use case, and I was quite happy to see the project and was planning on using it. For now, I'll use |
@advance512, falcon-swagger/swaggerit have a lot a features, what feature you are looking for? It has request validation and casting types according to the specification; All this features are tested, and I am using it on the organization that I work. Depending what feature you want, I can do swaggerit more suitable for you, to use on falcon or non-asyncio based frameworks. |
Hey, well, this seems great - but as I had no time I basically did most of what you did over Connexion, which is a great little framework. Flask is a lot slower than Falcon, but I somehow doubt the HTTP framework will be the bottleneck rather than the DB, network IO the processing itself. For future projects, I'd love to use swaggerit - but you need to have some good examples up, some documentation and perhaps even a tutorial to guide people through it. I guess it is a bit early, since the project is in alpha? The Redis part sounds interesting. What did you base it on? A third party library? |
@advance512, according to this issue, spec-first/connexion#380, connexion will be framework-agnostic (like swaggerit) so I will migrate to connexion code base too. what redis part are you talking about? |
I want to cache some entities, and some association tables (M-to-N + link status), which are accessed quite a bit and are (naturally) proving to be an early bottleneck. I prefer not to develop my own code, for now, even though Redis is superbly simple. Seems like SQLAlchemyRedis might be the way to go to be agile, will have a look. Thanks! |
Hi,
I think this might be useful for me, but can't really see how to use it. Could you provide some small examples?
Thanks
The text was updated successfully, but these errors were encountered: