I'm new to Neo4j so pardon if this is a dumb question.
I created a rails project using the neo4j.rb gem template and it works. It's stored a development database in the db/neo4j-development directory, as it should.
How can I view that database using the neo4j webadmin interface? Or is that not best practice? Or how could I view that data using Neoclipse, or use it with the Gephi Neo4j plugin?
> I'm new to Neo4j so pardon if this is a dumb question.
> I created a rails project using the neo4j.rb gem template and it works.
> It's stored a development database in the db/neo4j-development directory,
> as it should.
> How can I view that database using the neo4j webadmin interface? Or is
> that not best practice? Or how could I view that data using Neoclipse, or
> use it with the Gephi Neo4j plugin?
Thanks Peter. I got it to work. It seems like there is a problem accessing the database simultaneously via Rails and via the Neo4j server, which is somewhat understandable. I guess I'll need to figure out if there are any workarounds for that or if that's a standard known limitation.
On Saturday, August 18, 2012 8:06:06 AM UTC-4, David Troy wrote:
> Hi all,
> I'm new to Neo4j so pardon if this is a dumb question.
> I created a rails project using the neo4j.rb gem template and it works. > It's stored a development database in the db/neo4j-development directory, > as it should.
> How can I view that database using the neo4j webadmin interface? Or is > that not best practice? Or how could I view that data using Neoclipse, or > use it with the Gephi Neo4j plugin?
That is a standard setup. Use high availability to replicate between two
instances (one being the server and one your rails app) or use neography
against a server
/peter
Send from mobile.
On Aug 18, 2012 9:50 PM, "David Troy" <davet...@gmail.com> wrote:
> Thanks Peter. I got it to work. It seems like there is a problem accessing
> the database simultaneously via Rails and via the Neo4j server, which is
> somewhat understandable. I guess I'll need to figure out if there are any
> workarounds for that or if that's a standard known limitation.
> Best,
> Dave
> On Saturday, August 18, 2012 8:06:06 AM UTC-4, David Troy wrote:
>> Hi all,
>> I'm new to Neo4j so pardon if this is a dumb question.
>> I created a rails project using the neo4j.rb gem template and it works.
>> It's stored a development database in the db/neo4j-development directory,
>> as it should.
>> How can I view that database using the neo4j webadmin interface? Or is
>> that not best practice? Or how could I view that data using Neoclipse, or
>> use it with the Gephi Neo4j plugin?
> That is a standard setup. Use high availability to replicate between two instances (one being the server and one your rails app) or use neography against a server
> /peter
> Send from mobile.
> On Aug 18, 2012 9:50 PM, "David Troy" <davet...@gmail.com> wrote:
> Thanks Peter. I got it to work. It seems like there is a problem accessing the database simultaneously via Rails and via the Neo4j server, which is somewhat understandable. I guess I'll need to figure out if there are any workarounds for that or if that's a standard known limitation.
> Best,
> Dave
> On Saturday, August 18, 2012 8:06:06 AM UTC-4, David Troy wrote:
> Hi all,
> I'm new to Neo4j so pardon if this is a dumb question.
> I created a rails project using the neo4j.rb gem template and it works. It's stored a development database in the db/neo4j-development directory, as it should.
> How can I view that database using the neo4j webadmin interface? Or is that not best practice? Or how could I view that data using Neoclipse, or use it with the Gephi Neo4j plugin?