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

Extend sample project #185

Open
HorizonNet opened this issue Oct 28, 2014 · 2 comments
Open

Extend sample project #185

HorizonNet opened this issue Oct 28, 2014 · 2 comments
Labels

Comments

@HorizonNet
Copy link

Currently the sample application only shows a small part of the capabilities of this driver. It would make things easier for people unfamiliar with the driver if the sample project contains more show cases for different scenarios.

@mfenniak
Copy link
Owner

Thanks for raising the issue, it's been on my mind lately too.

I think maybe the best approach would be to create a little web application, as it would allow a few different interaction modes to be demonstrated as different pages. There's three major interactions I could imagine demonstrating:

  • Create / Update / Delete -- basic form stuff.
  • Table-style paginated view of data.
  • Reporting-style advanced queries with grouping and aggregations.

Maybe a good, simple example of an application like this would be a bug/issue tracking system. Very little domain logic involved in an app like that, so primarily everything it did would be about accessing RethinkDB. But I hesitate because it seems like a lot of work even to build something simple along those lines.

@HorizonNet
Copy link
Author

Good idea! I can start creating the web application during my work on the documentation.

@mfenniak mfenniak added the docs label Apr 18, 2015
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

2 participants