yawp
yawp copied to clipboard
Kotlin/Java API framework for Google Appengine
To avoid extra processing costs due tasks that are running and being rolled back by contention, it would be nice to have a way to spread (over time) pipes to...
If an entity id was created before we set the flag shuffle at the `@Id` annotation to true, yawp won't be able to unshuffle its id properly (because it is...
I think it maybe useful to people that are starting using the framework to have a complete webapp demo or even a maven archetype that have all things wired.
I'm planning to add a javascript runtime for user code on YAWP! With that it will be possible to define endpoints, actions, hooks, pipes, etc, and deploy them automatically without...
I have one list with 50 objects. These objects have references(ids) to other entities. One transformer will do fetch on this references to bring the information, but in differents objects...
Show the path that action will have