Peter - Thanks for replying back.
Hosted graphite - Is this the one you are referring to? If I use this, do I need to change the code? - Shekar On Sunday, 22 December 2013 22:02:28 UTC-8, Peter Neubauer wrote: > > Shekar, > There is the graphenedb Heroku add on that should be available with newer > versions. Can you please try that? > > /peter > > (snt)-[:frm]->(phn) > On Dec 23, 2013 6:47 AM, "Shekar Tippur" <[email protected] <javascript:>> > wrote: > >> Hello, >> >> I am trying to use neo4j on heroku. Unfortunately, I am forced to use >> older version of neo4j - 1.8.1. >> >> The node that is getting created seem to have the following structure: >> >> 2013-12-23T05:40:40.805468+00:00 app[web.1]: { name: 'Test', >> 2013-12-23T05:40:40.805468+00:00 app[web.1]: last_upd: >> '2013-12-23T05:40:40.794Z', >> 2013-12-23T05:40:40.805468+00:00 app[web.1]: cr_date: >> '2013-12-23T05:40:40.794Z', >> 2013-12-23T05:40:40.805468+00:00 app[web.1]: type: 'test_category, >> 2013-12-23T05:40:40.805468+00:00 app[web.1]: _id: 25 } >> >> However, the same call on a later version (on my localhost) has >> >> { name: 'Test', >> last_upd: '2013-12-23T02:02:55.949Z', >> cr_date: '2013-12-23T02:02:55.949Z', >> type: 'test_category' }, >> id: '1' } >> >> As we can see, the id is _id on 1.8.1 version and just id on later >> versions. Is this a known issue? What are my options here? >> >> - Shekar >> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Neo4j" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
