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

Completion of the 10 Minute Guide #58

Open
fikse opened this issue Jul 18, 2015 · 5 comments
Open

Completion of the 10 Minute Guide #58

fikse opened this issue Jul 18, 2015 · 5 comments

Comments

@fikse
Copy link

fikse commented Jul 18, 2015

I'm trying to get started using this library, and I was excited to find the Ten Minute Guide with Rethinkdb Elixir, but it doesn't contain anything specific to rethinkdb-elixir. I am requesting that this guide be updated, and also it would be nice to know how to use this module within iex, since I'm having trouble connecting to the local session right now :)

@hamiltop
Copy link
Owner

The 10 minute guide was user contributed and I'm not sure about the final state of it. @Linicks are you still around and interested in working on the 10 minute guide?

In regards to iex, in a mix project with rethinkdb-elixir installed as a dependency:

iex -S mix

iex(1)> use RethinkDB
nil
iex(2)> conn = connect
#PID<0.117.0>
iex(3)> table_list |> run(conn)
%RethinkDB.Record{data: ["people", "raw_data"]}

@Linicks
Copy link

Linicks commented Jul 19, 2015

All,
I'm still here, and looking forward to finishing the ten minute guide, and other docs/guides. As we all know, the ten minute guide is currently a blank template waiting for the code examples to be filled in. I have been holding off it's completion while the API stabilizes. Additionally, I've been working on other projects and won't be have time to work on this for a few weeks or so.

-- Nick

@hamiltop hamiltop mentioned this issue Sep 27, 2015
@willykaram
Copy link

@Linicks I'm just reaching out to see if you're still interested in completing the 10-minute guide. I'm interested in trying to finish up a draft of it this week. Would that be ok with you? If you have a draft in progress perhaps you could push that up and then we can collaborate off that. If not I can get the ball rolling.

@AdamBrodzinski
Copy link
Contributor

@willykaram as a newb i'd be more than happy to test drive any text you have. I have a great track record for getting stuck for hours with various libs because of certain assumptions 😆

@Linicks
Copy link

Linicks commented Jan 4, 2016

Willykaram,
I'm happy that you are interested in working on the guide. The more the merrier :) When I started it, the driver was in it's very early stages as was changing pretty quickly as most new projects do. I've been waiting for the driver to mature a bit before starting work on it again. I haven't had a chance to dig back into it, but believe that it's in fairly a stable state so that the guid will remain accurate for a reasonable time delta between changes. If you want to start filling in the blanks, I would be more than happy to jump in and help polish it up, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants