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 more examples #1018

Open
vkostyukov opened this issue Oct 31, 2018 · 4 comments
Open

Add more examples #1018

vkostyukov opened this issue Oct 31, 2018 · 4 comments
Labels

Comments

@vkostyukov
Copy link
Collaborator

I'm reworking our TODO app and figured we need more end-to-end examples.

Here is a lis for inspiration (will update with more):

@vkostyukov
Copy link
Collaborator Author

From the Gitter discussion:

one for finch with slick; one for finch with anorm; finch with featherbed.
how to do the dependency injection.constructor Injection, Mac wire, or guice.
how do you deploy your application?
how do you package your application? Native plugin?

@frgomes
Copy link

frgomes commented Nov 15, 2018

I suggest some more work on the existing example employing iteratees.
Whilst the existing example is small (which is a good thing), it lacks certain aspects:

  • SBT librariyDependencies should be mentioned;
  • it would be great to have something a bit more complex, for example: receive a chunked JSON containing several Person records and return a. the quantity of Person(s) received and b. the summation of their ages.
  • provide a simple RBAC (role based access control) using OAuth2.

@frgomes
Copy link

frgomes commented Nov 20, 2018

@vkostyukov : Do you have a branch for this ticket?
I would like to contribute with an example like described in the previous comment.
I could send a PR against your branch, if you prefer. Or send a separate PR. You decide.
Thanks

@vkostyukov vkostyukov added this to the Finch 0.28 milestone Jan 10, 2019
@vkostyukov
Copy link
Collaborator Author

I'm moving this under 0.28 milestone. We need a better, end-to-end, streaming example. I have some ideas in mind.

@vkostyukov vkostyukov modified the milestones: Finch 0.28, Finch 0.29 Feb 27, 2019
@joroKr21 joroKr21 removed this from the Finch 0.29 milestone Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants