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

TitanDb Wrapper #35

Closed
elubow opened this issue Jul 8, 2015 · 5 comments
Closed

TitanDb Wrapper #35

elubow opened this issue Jul 8, 2015 · 5 comments

Comments

@elubow
Copy link

elubow commented Jul 8, 2015

Having spent the better part of 2 days trying to get Titan to work unsuccessfully, I was wondering if someone create a wiki page on how to do this with Titan for Scala 2.10:

  import com.ansvia.graph.BlueprintsWrapper._
  implicit val db = TinkerGraphFactory.createTinkerGraph()
  case class Person(name:String) extends DbObject
  val bob = Person("bob").save()
  val alice = Person("alice").save()
  alice --> "sendsPgpKeyTo" --> bob
@pdolega
Copy link

pdolega commented Jul 9, 2015

@elubow tests are written with use of in-memory Titan graph implementation. They work fine (well - they are run automatically on Travis with every change).

Did you take a look at them ?

@elubow
Copy link
Author

elubow commented Jul 9, 2015

I did look at the tests and I can't seem to get the same thing working for Titan.

@pdolega
Copy link

pdolega commented Jul 10, 2015

What do you mean by: ... I can't seem to get the same thing working for Titan.

These tests run on Titan specifically. What errors do you have ? Stack trace ?

@pdolega
Copy link

pdolega commented Jul 17, 2015

Hey @elubow did you figure out the solution for your problem ?

If there is nothing else to add here I guess you could close this issue @anvie

@anvie
Copy link
Owner

anvie commented Jul 27, 2015

I close this issue, if problem occur please comment and I will reopen.

@anvie anvie closed this as completed Jul 27, 2015
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

3 participants