[Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

2011-03-11 Thread Chris Gioran
Greeting fellow graphistas,

Keeping up with the release schedule, today we present the fourth
milestone towards the 1.3 “Abisko Lampa” version of Neo4j. The most
important feature of this release is of course the expansion of the
storage layer to allow for even more entities, but also includes
improvements on the testing methodology used for Windows builds and
the REST interface for Indexing operations. As always, extended
details are available in the announcement post, reachable at

http://blog.neo4j.org/2011/03/neo4j-13-abisko-lampa-m04-size-really.html

There you can read a comprehensive description of the new features,
however a special mention must be made to the new store format.

This milestone of Neo4j brings with it an updated store version that
allows for an 8x increase in the possible number of Nodes and
Relationships and 16x increase for the number of Properties. All this
happens without increasing the size of the database so you can go
right ahead and upgrade, certain in the knowledge that everything will
be done in place. A few words of caution are in order, though.

An upgrade will not happen unless you explicitly request it - just
pass in the configuration parameter “allow_store_upgrade” as “true” -
otherwise an exception will be thrown that advises you to do just that
and your store will be left untouched. There are some additional
requirements for the upgrade to succeed, such as less than 65536
RelationshipTypes stored, but if you do not satisfy those the upgrade
procedure will inform you of what the exact problem is and leave your
store untouched.
Finally, note that after a successful upgrade your database will be
unreadable by previous versions. So keep in mind that while safe, this
is a one way procedure.
You can find more details on the subject at

http://docs.neo4j.org/chunked/milestone/deployment-upgrading.html

We invite you to try out these new features and provide us with your
ever valuable feedback.

cheers,
CG
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

2011-03-11 Thread Jonah H. Harris
On Fri, Mar 11, 2011 at 9:02 AM, Chris Gioran 
chris.gio...@neotechnology.com wrote:

 The most important feature of this release is of course the expansion of
 the

storage layer to allow for even more entities,


Hey Chris,

This sounds great.  Is it checked into SVN?  I'd like to see the differences
in the file formats.

-- 
Jonah H. Harris, VP of Database Administration
myYearbook.com
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

2011-03-11 Thread Tobias Ivarsson
It is in git: https://github.com/neo4j/graphdb

Neo4j moved from svn to git a little over a month ago.

Cheers,
Tobias

On Fri, Mar 11, 2011 at 3:21 PM, Jonah H. Harris 
jonah.har...@myyearbook.com wrote:

 On Fri, Mar 11, 2011 at 9:02 AM, Chris Gioran 
 chris.gio...@neotechnology.com wrote:

  The most important feature of this release is of course the expansion of
  the

 storage layer to allow for even more entities,


 Hey Chris,

 This sounds great.  Is it checked into SVN?  I'd like to see the
 differences
 in the file formats.

 --
 Jonah H. Harris, VP of Database Administration
 myYearbook.com
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user




-- 
Tobias Ivarsson tobias.ivars...@neotechnology.com
Hacker, Neo Technology
www.neotechnology.com
Cellphone: +46 706 534857
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

2011-03-11 Thread Jonah H. Harris
On Fri, Mar 11, 2011 at 9:23 AM, Tobias Ivarsson 
tobias.ivars...@neotechnology.com wrote:

 It is in git: https://github.com/neo4j/graphdb

 Neo4j moved from svn to git a little over a month ago.


Doh!  I obviously haven't kept up on that.  Thanks!

-- 
Jonah H. Harris, VP of Database Administration
myYearbook.com
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

2011-03-11 Thread Javier de la Rosa
On Fri, Mar 11, 2011 at 09:02, Chris Gioran
chris.gio...@neotechnology.com wrote:
 the REST interface for Indexing operations. As always, extended

Really great news for REST clients! Now it's our time to implement it.
Thank you.


-- 
Javier de la Rosa
http://versae.es
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

2011-03-11 Thread Max De Marzi Jr.
Hum... webadmin is not coming up for me...

This is what I changed in the neo4j-server.propeties.

# REST endpoint for the data API
# Note the / in the end is mandatory
#org.neo4j.server.webadmin.data.uri=http://localhost:7474/db/data/
org.neo4j.server.webadmin.data.uri=http://neography.org:7474/db/data/

# REST endpoint of the administration API (used by Webadmin)
#org.neo4j.server.webadmin.management.uri=http://localhost:7474/db/manage/
org.neo4j.server.webadmin.management.uri=http://neography.org:7474/db/manage/



On Fri, Mar 11, 2011 at 8:31 AM, Javier de la Rosa ver...@gmail.com wrote:
 On Fri, Mar 11, 2011 at 09:02, Chris Gioran
 chris.gio...@neotechnology.com wrote:
 the REST interface for Indexing operations. As always, extended

 Really great news for REST clients! Now it's our time to implement it.
 Thank you.


 --
 Javier de la Rosa
 http://versae.es
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

2011-03-11 Thread Peter Neubauer
Do you have an existing db? In that case you need to upgrade explicitly...

/peter

Send from my mobile device, please excuse typos and brevity.
On Mar 11, 2011 4:45 PM, Max De Marzi Jr. maxdema...@gmail.com wrote:
 Hum... webadmin is not coming up for me...

 This is what I changed in the neo4j-server.propeties.

 # REST endpoint for the data API
 # Note the / in the end is mandatory
 #org.neo4j.server.webadmin.data.uri=http://localhost:7474/db/data/
 org.neo4j.server.webadmin.data.uri=http://neography.org:7474/db/data/

 # REST endpoint of the administration API (used by Webadmin)
 #org.neo4j.server.webadmin.management.uri=http://localhost:7474/db/manage/
 org.neo4j.server.webadmin.management.uri=
http://neography.org:7474/db/manage/



 On Fri, Mar 11, 2011 at 8:31 AM, Javier de la Rosa ver...@gmail.com
wrote:
 On Fri, Mar 11, 2011 at 09:02, Chris Gioran
 chris.gio...@neotechnology.com wrote:
 the REST interface for Indexing operations. As always, extended

 Really great news for REST clients! Now it's our time to implement it.
 Thank you.


 --
 Javier de la Rosa
 http://versae.es
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

2011-03-11 Thread Joshi Hemant - hjoshi
I have similar problem. I upgraded existing database from 1.2 to 1.3M04
By explicit upgrade, do you mean setting allow_store_upgrade=true in 
neo4j.properties file?
I get only data tab of webadmin.
-Hemant

-Original Message-
From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On 
Behalf Of Peter Neubauer
Sent: Friday, March 11, 2011 10:59 AM
To: Neo4j user discussions
Subject: Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

Do you have an existing db? In that case you need to upgrade explicitly...

/peter

Send from my mobile device, please excuse typos and brevity.
On Mar 11, 2011 4:45 PM, Max De Marzi Jr. maxdema...@gmail.com wrote:
 Hum... webadmin is not coming up for me...

 This is what I changed in the neo4j-server.propeties.

 # REST endpoint for the data API
 # Note the / in the end is mandatory
 #org.neo4j.server.webadmin.data.uri=http://localhost:7474/db/data/
 org.neo4j.server.webadmin.data.uri=http://neography.org:7474/db/data/

 # REST endpoint of the administration API (used by Webadmin)
 #org.neo4j.server.webadmin.management.uri=http://localhost:7474/db/manage/
 org.neo4j.server.webadmin.management.uri=
http://neography.org:7474/db/manage/



 On Fri, Mar 11, 2011 at 8:31 AM, Javier de la Rosa ver...@gmail.com
wrote:
 On Fri, Mar 11, 2011 at 09:02, Chris Gioran
 chris.gio...@neotechnology.com wrote:
 the REST interface for Indexing operations. As always, extended

 Really great news for REST clients! Now it's our time to implement it.
 Thank you.


 --
 Javier de la Rosa
 http://versae.es
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user
***
The information contained in this communication is confidential, is
intended only for the use of the recipient named above, and may be legally
privileged.

If the reader of this message is not the intended recipient, you are
hereby notified that any dissemination, distribution or copying of this
communication is strictly prohibited.

If you have received this communication in error, please resend this
communication to the sender and delete the original message or any copy
of it from your computer system.

Thank You.


___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

2011-03-11 Thread Max De Marzi Jr.
My Steps:

Pulled DB from 1.3.M02
neo4j start fails

Turn on allow_store_upgrade=true in neo4j.properties file
Configure neo4j-server.propeties specified earlier
neo4j start works

pulling data from http://neovigator.heroku.com/?neoid=2 works
http://neography.org  (webadmin) doesn't work


On Fri, Mar 11, 2011 at 12:31 PM, Joshi Hemant - hjoshi
hemant.jo...@acxiom.com wrote:
 I have similar problem. I upgraded existing database from 1.2 to 1.3M04
 By explicit upgrade, do you mean setting allow_store_upgrade=true in 
 neo4j.properties file?
 I get only data tab of webadmin.
 -Hemant

 -Original Message-
 From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On 
 Behalf Of Peter Neubauer
 Sent: Friday, March 11, 2011 10:59 AM
 To: Neo4j user discussions
 Subject: Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

 Do you have an existing db? In that case you need to upgrade explicitly...

 /peter

 Send from my mobile device, please excuse typos and brevity.
 On Mar 11, 2011 4:45 PM, Max De Marzi Jr. maxdema...@gmail.com wrote:
 Hum... webadmin is not coming up for me...

 This is what I changed in the neo4j-server.propeties.

 # REST endpoint for the data API
 # Note the / in the end is mandatory
 #org.neo4j.server.webadmin.data.uri=http://localhost:7474/db/data/
 org.neo4j.server.webadmin.data.uri=http://neography.org:7474/db/data/

 # REST endpoint of the administration API (used by Webadmin)
 #org.neo4j.server.webadmin.management.uri=http://localhost:7474/db/manage/
 org.neo4j.server.webadmin.management.uri=
 http://neography.org:7474/db/manage/



 On Fri, Mar 11, 2011 at 8:31 AM, Javier de la Rosa ver...@gmail.com
 wrote:
 On Fri, Mar 11, 2011 at 09:02, Chris Gioran
 chris.gio...@neotechnology.com wrote:
 the REST interface for Indexing operations. As always, extended

 Really great news for REST clients! Now it's our time to implement it.
 Thank you.


 --
 Javier de la Rosa
 http://versae.es
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user
 ***
 The information contained in this communication is confidential, is
 intended only for the use of the recipient named above, and may be legally
 privileged.

 If the reader of this message is not the intended recipient, you are
 hereby notified that any dissemination, distribution or copying of this
 communication is strictly prohibited.

 If you have received this communication in error, please resend this
 communication to the sender and delete the original message or any copy
 of it from your computer system.

 Thank You.
 

 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

2011-03-11 Thread Max De Marzi Jr.
Oh and removing the http://neography.org:7474/; from
neo4j-server.properties did the trick for me as far as being able to
get webadmin to work.  Both data and other tabs are coming up fine at
http://neography.org



On Fri, Mar 11, 2011 at 4:03 PM, Max De Marzi Jr. maxdema...@gmail.com wrote:
 v0.0.12 of https://github.com/maxdemarzi/neography is out there with
 the thin wrapper updates to index deletions and advanced queries.
 I'll do the phase 2 version of these two next.

 On Fri, Mar 11, 2011 at 12:40 PM, Max De Marzi Jr. maxdema...@gmail.com 
 wrote:
 My Steps:

 Pulled DB from 1.3.M02
 neo4j start fails

 Turn on allow_store_upgrade=true in neo4j.properties file
 Configure neo4j-server.propeties specified earlier
 neo4j start works

 pulling data from http://neovigator.heroku.com/?neoid=2 works
 http://neography.org  (webadmin) doesn't work


 On Fri, Mar 11, 2011 at 12:31 PM, Joshi Hemant - hjoshi
 hemant.jo...@acxiom.com wrote:
 I have similar problem. I upgraded existing database from 1.2 to 1.3M04
 By explicit upgrade, do you mean setting allow_store_upgrade=true in 
 neo4j.properties file?
 I get only data tab of webadmin.
 -Hemant

 -Original Message-
 From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On 
 Behalf Of Peter Neubauer
 Sent: Friday, March 11, 2011 10:59 AM
 To: Neo4j user discussions
 Subject: Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

 Do you have an existing db? In that case you need to upgrade explicitly...

 /peter

 Send from my mobile device, please excuse typos and brevity.
 On Mar 11, 2011 4:45 PM, Max De Marzi Jr. maxdema...@gmail.com wrote:
 Hum... webadmin is not coming up for me...

 This is what I changed in the neo4j-server.propeties.

 # REST endpoint for the data API
 # Note the / in the end is mandatory
 #org.neo4j.server.webadmin.data.uri=http://localhost:7474/db/data/
 org.neo4j.server.webadmin.data.uri=http://neography.org:7474/db/data/

 # REST endpoint of the administration API (used by Webadmin)
 #org.neo4j.server.webadmin.management.uri=http://localhost:7474/db/manage/
 org.neo4j.server.webadmin.management.uri=
 http://neography.org:7474/db/manage/



 On Fri, Mar 11, 2011 at 8:31 AM, Javier de la Rosa ver...@gmail.com
 wrote:
 On Fri, Mar 11, 2011 at 09:02, Chris Gioran
 chris.gio...@neotechnology.com wrote:
 the REST interface for Indexing operations. As always, extended

 Really great news for REST clients! Now it's our time to implement it.
 Thank you.


 --
 Javier de la Rosa
 http://versae.es
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user
 ***
 The information contained in this communication is confidential, is
 intended only for the use of the recipient named above, and may be legally
 privileged.

 If the reader of this message is not the intended recipient, you are
 hereby notified that any dissemination, distribution or copying of this
 communication is strictly prohibited.

 If you have received this communication in error, please resend this
 communication to the sender and delete the original message or any copy
 of it from your computer system.

 Thank You.
 

 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user



___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

2011-03-11 Thread Peter Neubauer
Great Max,
Thanks for putting in the work!

/peter

Send from my mobile device, please excuse typos and brevity.
On Mar 11, 2011 11:41 PM, Max De Marzi Jr. maxdema...@gmail.com wrote:
 Oh and removing the http://neography.org:7474/; from
 neo4j-server.properties did the trick for me as far as being able to
 get webadmin to work. Both data and other tabs are coming up fine at
 http://neography.org



 On Fri, Mar 11, 2011 at 4:03 PM, Max De Marzi Jr. maxdema...@gmail.com
wrote:
 v0.0.12 of https://github.com/maxdemarzi/neography is out there with
 the thin wrapper updates to index deletions and advanced queries.
 I'll do the phase 2 version of these two next.

 On Fri, Mar 11, 2011 at 12:40 PM, Max De Marzi Jr. maxdema...@gmail.com
wrote:
 My Steps:

 Pulled DB from 1.3.M02
 neo4j start fails

 Turn on allow_store_upgrade=true in neo4j.properties file
 Configure neo4j-server.propeties specified earlier
 neo4j start works

 pulling data from http://neovigator.heroku.com/?neoid=2 works
 http://neography.org  (webadmin) doesn't work


 On Fri, Mar 11, 2011 at 12:31 PM, Joshi Hemant - hjoshi
 hemant.jo...@acxiom.com wrote:
 I have similar problem. I upgraded existing database from 1.2 to 1.3M04
 By explicit upgrade, do you mean setting allow_store_upgrade=true in
neo4j.properties file?
 I get only data tab of webadmin.
 -Hemant

 -Original Message-
 From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org]
On Behalf Of Peter Neubauer
 Sent: Friday, March 11, 2011 10:59 AM
 To: Neo4j user discussions
 Subject: Re: [Neo4j] Announcing Neo4j 1.3 “Abisko Lampa” M04

 Do you have an existing db? In that case you need to upgrade
explicitly...

 /peter

 Send from my mobile device, please excuse typos and brevity.
 On Mar 11, 2011 4:45 PM, Max De Marzi Jr. maxdema...@gmail.com
wrote:
 Hum... webadmin is not coming up for me...

 This is what I changed in the neo4j-server.propeties.

 # REST endpoint for the data API
 # Note the / in the end is mandatory
 #org.neo4j.server.webadmin.data.uri=http://localhost:7474/db/data/
 org.neo4j.server.webadmin.data.uri=http://neography.org:7474/db/data/

 # REST endpoint of the administration API (used by Webadmin)
 #org.neo4j.server.webadmin.management.uri=
http://localhost:7474/db/manage/
 org.neo4j.server.webadmin.management.uri=
 http://neography.org:7474/db/manage/



 On Fri, Mar 11, 2011 at 8:31 AM, Javier de la Rosa ver...@gmail.com
 wrote:
 On Fri, Mar 11, 2011 at 09:02, Chris Gioran
 chris.gio...@neotechnology.com wrote:
 the REST interface for Indexing operations. As always, extended

 Really great news for REST clients! Now it's our time to implement
it.
 Thank you.


 --
 Javier de la Rosa
 http://versae.es
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user
 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

***
 The information contained in this communication is confidential, is
 intended only for the use of the recipient named above, and may be
legally
 privileged.

 If the reader of this message is not the intended recipient, you are
 hereby notified that any dissemination, distribution or copying of this
 communication is strictly prohibited.

 If you have received this communication in error, please resend this
 communication to the sender and delete the original message or any copy
 of it from your computer system.

 Thank You.



 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user



 ___
 Neo4j mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user
___
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user