diegogub / aranGO

Golang driver for ArangoDB
Apache License 2.0
125 stars 31 forks source link

Tried to create a document but it blocks #28

Closed hnakamur closed 8 years ago

hnakamur commented 8 years ago

I copied the example code at README and modified it. However when I ran my code, it prints "createAndRelateDocs start" then it blocks at https://github.com/hnakamur/arangodb_experiment/blob/fc8adf425f94fd1487108da7f1a77e4122f58f21/cmd/example1/main.go#L106-L107

I waited a minute or so, and I gave up. Could you tell me how to fix the problem?

I user the root user to connect to the database.

My environments:

hnakamur commented 8 years ago

I found aranGO depends on https://github.com/diegogub/napping whose license is GPLv3. This is unacceptable for my use case. I'm closing this issue now.

diegogub commented 8 years ago

HI @hnakamur , I will look other option as http clients with Apache or MIT.

hnakamur commented 8 years ago

Hi @diegogub, how about gentleman ?

arangolite uses gentleman.

hnakamur commented 8 years ago

FYI, I created a log plugin for gentleman after discussion at https://github.com/h2non/gentleman/issues/16.