Re: [Neo4j] WebAdmin visualization tool for large DB ?

2011-12-27 Thread Pablo Pareja
Hansson Sent: Monday, October 17, 2011 8:53 AM To: Neo4j user discussions Subject: Re: [Neo4j] WebAdmin visualization tool for large DB ? That would be really interesting! I'll make a note of it and ping you when this gets up to the top of the backlog, if that's ok with you? /Jake On Mon

[Neo4j] WebAdmin - Import/Export Style Profile

2011-11-04 Thread KanTube
is there a way to Import/Export a style profile or someway to move a profile between db instances ? -- View this message in context: http://neo4j-community-discussions.438527.n3.nabble.com/WebAdmin-Import-Export-Style-Profile-tp3481447p3481447.html Sent from the Neo4j Community Discussions

Re: [Neo4j] WebAdmin - Import/Export Style Profile

2011-11-04 Thread Peter Neubauer
Kan, these are right now saved on the browser (client), but Jake and I have been talking about being able to store the profiles, so you can import them together with a dataset and have a suitable visual view for a demo setup. Could you raiss an issue in https://github.com/neo4j/community/issues

Re: [Neo4j] WebAdmin - incorrect data

2011-10-28 Thread Mattias Persson
Those numbers are the highest id in use minus any known deleted ids. The problem is if there's a non-clean shutdown where deleted ids are lost and those numbers will skew from reality. There's no easy fix for it though. 2011/10/22 sometime dons...@gmail.com In the database is constantly adding

[Neo4j] WebAdmin - incorrect data

2011-10-22 Thread sometime
WebAdmin shows me the following information: 1204697 nodes 6113395 relationships 3 relationship types I run this code: GraphDatabaseService graphDb = new EmbeddedGraphDatabase(/neo4j-enterprise-1.4.1/data/graph.db); int nodes = 0; int relationships = 0; ListString types = new

Re: [Neo4j] WebAdmin - incorrect data

2011-10-22 Thread sometime
In the database is constantly adding / deleting relationships by REST (new relationships put in the index). Sometimes I stop the database and using the java to create / delete relationships (the faster than REST) and put them in the index. I recently created a 600k relationships, but then I

Re: [Neo4j] WebAdmin - incorrect data

2011-10-22 Thread Peter Neubauer
Yeah, sorry for that - the number of IDs in use is what is reported, we should make this clear. Raised https://github.com/neo4j/community/issues/72 for this - thanks! Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn  

Re: [Neo4j] WebAdmin visualization (are rels. labels configurable?)

2011-10-18 Thread Jacob Hansson
They can't currently, but it is actually the feature I'm currently working on, so it's coming :) On Mon, Oct 17, 2011 at 10:03 PM, Pablo Pareja ppar...@era7.com wrote: Hi! I just tried the WebAdmin visualization time for the first time and it seems pretty cool. I have one question though,

Re: [Neo4j] WebAdmin visualization (are rels. labels configurable?)

2011-10-18 Thread Pablo Pareja
Cool, I'll be waiting for it ;) Pablo On Tue, Oct 18, 2011 at 9:40 AM, Jacob Hansson jacob.hans...@neotechnology.com wrote: They can't currently, but it is actually the feature I'm currently working on, so it's coming :) On Mon, Oct 17, 2011 at 10:03 PM, Pablo Pareja ppar...@era7.com

Re: [Neo4j] WebAdmin visualization tool for large DB ?

2011-10-17 Thread Mattias Persson
Hi Pablo, I don't think if there are any hard limits in the webadmin visualizer, It mostly depends on your computer and browser (what with the implementation of web workers and all) I'd say. 2011/10/13 Pablo Pareja ppar...@era7.com Hi, I was looking for a way to visualize and interact with

Re: [Neo4j] WebAdmin visualization tool for large DB ?

2011-10-17 Thread Pablo Pareja
Hi Mattias, what about the hypothetical scenario where there are ~ 1.000.000 relationships going out from a node, would the visualization tool try to plot all theses relationships? If not, would it first fetch them all and then plot a 1.000.000 group node? Or would it rather plot something like*

Re: [Neo4j] WebAdmin visualization tool for large DB ?

2011-10-17 Thread Pablo Pareja
AM To: Neo4j user discussions Subject: Re: [Neo4j] WebAdmin visualization tool for large DB ? Hi Mattias, what about the hypothetical scenario where there are ~ 1.000.000 relationships going out from a node, would the visualization tool try to plot all theses relationships? If not, would

Re: [Neo4j] WebAdmin visualization tool for large DB ?

2011-10-17 Thread Rick Bullotta
Of Jacob Hansson Sent: Monday, October 17, 2011 8:30 AM To: Neo4j user discussions Subject: Re: [Neo4j] WebAdmin visualization tool for large DB ? On Mon, Oct 17, 2011 at 12:49 PM, Rick Bullotta rick.bullo...@thingworx.com wrote: I think that both Neo4J and webadmin should have the option

Re: [Neo4j] WebAdmin visualization tool for large DB ?

2011-10-17 Thread Rick Bullotta
Of course! -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Jacob Hansson Sent: Monday, October 17, 2011 8:53 AM To: Neo4j user discussions Subject: Re: [Neo4j] WebAdmin visualization tool for large DB ? That would be really

[Neo4j] WebAdmin visualization tool for large DB ?

2011-10-13 Thread Pablo Pareja
Hi, I was looking for a way to visualize and interact with small subsets of large Neo4j databases, *(somehow* *navigating through the data in order to have a general idea of how things are organized at specific parts* *of my DB)*. So before starting to create my own solution to that, I'd like to

Re: [Neo4j] Webadmin with embedded neo4j on tomcat 6

2011-09-05 Thread Peter Neubauer
Hi there, remember that this code you refer to will start up its own Jetty web server, so running this inside another webserver will probably not work. Could you confirm this by running the code from a standalone Java application instead of a webapp? Cheers, /peter neubauer GTalk:

Re: [Neo4j] Webadmin browser dependencies?

2011-06-30 Thread Anders Nawroth
- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Anders Nawroth Sent: Thursday, June 23, 2011 8:15 PM To: Neo4j user discussions Subject: Re: [Neo4j] Webadmin browser dependencies? 2011-06-23 19:54, Paul Bandler skrev: Tried Neoclipse but after waiting

Re: [Neo4j] Webadmin browser dependencies?

2011-06-28 Thread Jacob Hansson
is perfect. -- Tatham -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Jacob Hansson Sent: Saturday, 25 June 2011 3:25 AM To: Neo4j user discussions Subject: Re: [Neo4j] Webadmin browser dependencies? Is that the whole data

Re: [Neo4j] Webadmin browser dependencies?

2011-06-26 Thread Tatham Oddie
To: Neo4j user discussions Subject: Re: [Neo4j] Webadmin browser dependencies? Is that the whole data browser, or is it just the visualization? In IE8, everything appears to work except two things, history support (clicking back doesn't change the url-hash), and the visualization. I'm gonna get a hold

Re: [Neo4j] Webadmin browser dependencies?

2011-06-26 Thread Rick Bullotta
] On Behalf Of Anders Nawroth Sent: Thursday, June 23, 2011 8:15 PM To: Neo4j user discussions Subject: Re: [Neo4j] Webadmin browser dependencies? 2011-06-23 19:54, Paul Bandler skrev: Tried Neoclipse but after waiting for it to connect for over half an hour I concluded that maybe the latest 1.3

Re: [Neo4j] Webadmin browser dependencies?

2011-06-24 Thread Jacob Hansson
1:03 AM To: Neo4j user discussions Cc: Neo4j user discussions Subject: Re: [Neo4j] Webadmin browser dependencies? Thanks but none of those browsers are allowed to be downloaded within my clients corporate network... Again, does anyone know what IE level works? Sent from my iPhone On 23

Re: [Neo4j] Webadmin browser dependencies?

2011-06-24 Thread Rick Bullotta
...@lists.neo4j.org] On Behalf Of Jacob Hansson Sent: Friday, June 24, 2011 1:25 PM To: Neo4j user discussions Subject: Re: [Neo4j] Webadmin browser dependencies? Is that the whole data browser, or is it just the visualization? In IE8, everything appears to work except two things, history support (clicking

[Neo4j] Webadmin browser dependencies?

2011-06-23 Thread Paul Bandler
Unable to access the data tab using IE version 7. Tried using the Eclipse built in browser and it momentarily switches to the data tab but then it disappears again. What are the supported browser platforms? Sent from my iPhone ___ Neo4j mailing list

Re: [Neo4j] Webadmin browser dependencies?

2011-06-23 Thread Tatham Oddie
To: Neo4j user discussions Subject: [Neo4j] Webadmin browser dependencies? Unable to access the data tab using IE version 7. Tried using the Eclipse built in browser and it momentarily switches to the data tab but then it disappears again. What are the supported browser platforms? Sent from my

Re: [Neo4j] Webadmin browser dependencies?

2011-06-23 Thread Paul Bandler
. It should give you a message to this effect on unsupported browsers. -- Tatham -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Paul Bandler Sent: Thursday, 23 June 2011 10:30 PM To: Neo4j user discussions Subject: [Neo4j

Re: [Neo4j] Webadmin browser dependencies?

2011-06-23 Thread Rick Bullotta
user discussions Subject: Re: [Neo4j] Webadmin browser dependencies? Thanks but none of those browsers are allowed to be downloaded within my clients corporate network... Again, does anyone know what IE level works? Sent from my iPhone On 23 Jun 2011, at 13:53, Tatham Oddie tat...@oddie.com.au

Re: [Neo4j] Webadmin browser dependencies?

2011-06-23 Thread Michael Hunger
? -Original Message- From: user-boun...@lists.neo4j.org [mailto:user-boun...@lists.neo4j.org] On Behalf Of Paul Bandler Sent: Thursday, June 23, 2011 11:03 AM To: Neo4j user discussions Cc: Neo4j user discussions Subject: Re: [Neo4j] Webadmin browser dependencies? Thanks but none of those

Re: [Neo4j] Webadmin browser dependencies?

2011-06-23 Thread Jacob Hansson
...@lists.neo4j.org] On Behalf Of Paul Bandler Sent: Thursday, June 23, 2011 11:03 AM To: Neo4j user discussions Cc: Neo4j user discussions Subject: Re: [Neo4j] Webadmin browser dependencies? Thanks but none of those browsers are allowed to be downloaded within my clients corporate network

Re: [Neo4j] Webadmin browser dependencies?

2011-06-23 Thread Anders Nawroth
] On Behalf Of Paul Bandler Sent: Thursday, June 23, 2011 11:03 AM To: Neo4j user discussions Cc: Neo4j user discussions Subject: Re: [Neo4j] Webadmin browser dependencies? Thanks but none of those browsers are allowed to be downloaded within my clients corporate network... Again, does

Re: [Neo4j] WebAdmin executing bad requests

2011-06-14 Thread Jim Webber
Webber Sent: Tuesday, 14 June 2011 11:09 PM To: Neo4j user discussions Subject: Re: [Neo4j] WebAdmin executing bad requests Hi Tatham, I can reproduce this behaviour using your config on Windows. And it turns out that using your config on Mac stops webadmin from starting in the browser

Re: [Neo4j] WebAdmin executing bad requests

2011-06-12 Thread Jim Webber
Hi Tatham, From your previous mail seems the REST API is working so at least some parts of the server are coming up ok. Can you mail over your conf/neo4j-server.properties as Michael suggested, and let us know: Neo4j version OS version (I'm assuming you're on Win 7) Browser and version And

[Neo4j] Neo4j webadmin Console Cheat sheet

2011-06-09 Thread Pierre De Wilde
Hi, I have noticed a subtle typo in webadmin console cheat sheet ( http://localhost:7474/webadmin/#/console/): Create relation myRelation = g.addEdge(edgeProps, refNode, secondNode, 'KNOWS') will create the edge without the properties. The correct syntax is: Create relation myRelation =

Re: [Neo4j] Neo4j webadmin Console Cheat sheet

2011-06-09 Thread Peter Neubauer
Pierre, thanks for pointing it out! Fixed in https://github.com/neo4j/community/commit/d7b442e14461e9256a1747adca3d4128466089a5 Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter     

Re: [Neo4j] Neo4j webadmin Console Cheat sheet

2011-06-09 Thread Marko Rodriguez
Hi, You can also do: myRelation = g.addEdge(nodeA,nodeB,'KNOWS',[key:'value',key2:123]) As such, put a Map into the definition. A nice place to find these shorthand methods is: https://github.com/tinkerpop/gremlin/wiki/Gremlin-Methods See ya, Marko. http://markorodriguez.com On Jun

Re: [Neo4j] WebAdmin executing bad requests

2011-06-09 Thread Tatham Oddie
[mailto:user-boun...@lists.neo4j.org] On Behalf Of Jim Webber Sent: Tuesday, 7 June 2011 10:25 PM To: Neo4j user discussions Subject: Re: [Neo4j] WebAdmin executing bad requests G'day Tatham, Just to prune the search tree a bit. Can you bring up your instance and try to interact with it via curl

Re: [Neo4j] WebAdmin executing bad requests

2011-06-09 Thread Michael Hunger
Tatham, what version of neo4j-server are you running, and can you please post the content of the conf/neo4j-server.properties file? Thanks Michael Am 07.06.2011 um 04:20 schrieb Tatham Oddie: Howdy! Neo4j n00b here ... My /webadmin/ console loads but doesn't let me create nodes,

Re: [Neo4j] WebAdmin executing bad requests

2011-06-07 Thread Jim Webber
G'day Tatham, Just to prune the search tree a bit. Can you bring up your instance and try to interact with it via curl? That way if it succeeds we know we have a Webadmin problem, or if it fails it's likely we have a config to debug. Give this a shot: curl -X POST -H Accept:application/json

[Neo4j] WebAdmin executing bad requests

2011-06-06 Thread Tatham Oddie
Howdy! Neo4j n00b here ... My /webadmin/ console loads but doesn't let me create nodes, relationships, or anything like that. It just fails silently. I've noticed that when it's loading, it attempts to make an AJAX call to this address:

[Neo4j] Webadmin improvements

2011-03-19 Thread Jacob Hansson
Hey all! Just wanted to update you on some changes being made to the web admin tool. The last two weeks or so, webadmin development has lived in a nice, quiet branch, but it is now merged back into the server master. *First, a TL;DR:* I've made a bunch of big changes to webadmin, it is now more

[Neo4j] webadmin failed to show full page in ubuntu Java

2011-02-19 Thread Brendan Cheng
Hi, I tried to run the Webadmin from newly installed Linux ubuntu 10.0.4 with Openjdk 6 and icetea 6 but found only half of page loaded. Also the Linux is in Oracle VM box 4.0.4. is this a known lissue? Any idea? Thanks in advance, Brendan ___ Neo4j

Re: [Neo4j] webadmin failed to show full page in ubuntu Java

2011-02-19 Thread Peter Neubauer
Brendan, this is not a known issue. Could you take a Screenshot of it and maybe even log the firebug errors that might show up? Jacob is the man to talk to here. Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn  

Re: [Neo4j] webadmin failed to show full page in ubuntu Java

2011-02-19 Thread Mark Nijhof
I noticed that the feedback module that gets loaded from a different domain actually halts rendering of the web admin page. So if this doesn't respond (or have no access to) then the web admin page doesn't load. -Mark On Sat, Feb 19, 2011 at 12:17 PM, Peter Neubauer

[Neo4j] Webadmin bug?

2011-02-18 Thread Alfredas Chmieliauskas
Hi, a small issue with the neo4j webadmin (1.3.M02). In the data tab if you want to create a new property the value input box goes red and the input is not saved. The only way to get it to work is to create a property that has numbers for key (such as 123)!?! Then the property is saved

Re: [Neo4j] Webadmin bug?

2011-02-18 Thread Jim Webber
Hi Alfredas, Thanks for the bug report, it's now in a batch of Webadmin usability and bug fixes which will go into the 1.3 release. Jim On 18 Feb 2011, at 11:36, Alfredas Chmieliauskas wrote: Hi, a small issue with the neo4j webadmin (1.3.M02). In the data tab if you want to create

[Neo4j] Webadmin app missing in 1.2 M05

2010-12-03 Thread Adam Mendlik
I just downloaded the new 1.2 M05 to play with running the server as a standalone Windows service. The service installed/started just fine, but the webadmin app seems to be missing. Pointing my browser to http://localhost:7474/ just give me this: Directory: /webadmin/ docbook-xsl.css 4522 bytes

Re: [Neo4j] Webadmin app missing in 1.2 M05

2010-12-03 Thread Peter Neubauer
Adam, where did you download the server from? We had an issue with the included manual shadowing the webadmin static resources today, but this should have been fixed before the release. However, you can make things work by removing the neo4j-manualjar from system/lib and restarting the

Re: [Neo4j] Webadmin app missing in 1.2 M05

2010-12-03 Thread Adam Mendlik
I downloaded the Windows version from http://neo4j.org/download/ Taking out the neo4j-manual JAR did fix the problem. On Fri, Dec 3, 2010 at 1:51 PM, Peter Neubauer peter.neuba...@neotechnology.com wrote: Adam, where did you download the server from? We had an issue with the included manual

Re: [Neo4j] Webadmin app missing in 1.2 M05

2010-12-03 Thread Peter Neubauer
Adam, just checked the tags - this is a packaging bug, did only fix it for Linux. Adjusted in trunk, we will make sure the milestone builds are updated. Thanks for reporting it! Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn  

Re: [Neo4j] Webadmin app missing in 1.2 M05

2010-12-03 Thread Anders Nawroth
Hi! I just uploaded the new download file, now webadmin should be working. /anders 2010-12-03 23:54, Peter Neubauer skrev: Adam, just checked the tags - this is a packaging bug, did only fix it for Linux. Adjusted in trunk, we will make sure the milestone builds are updated. Thanks for

[Neo4j] Webadmin fail to start

2010-09-25 Thread Francois Kassis
Hi all, i downloaded the neo4j webadmin and tried to start it, but it always fail. Note that it start successfully with the default database. but when i replace it with mine it fails to start. here is the content of the log file: STATUS | wrapper | 2010/09/25 10:23:42 | -- Wrapper Started

Re: [Neo4j] Webadmin fail to start

2010-09-25 Thread Peter Neubauer
://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. On Sat, Sep 25, 2010 at 3:32 AM, Francois Kassis francois_kas...@hotmail.com wrote: Hi all, i downloaded the neo4j webadmin and tried to start it, but it always fail. Note that it start successfully with the default database

[Neo4j] webadmin

2010-08-23 Thread Stefan Schrader
I downloaded neo4j-webadmin-0.0.1-SNAPSHOT.tar, extracted, installed and started it. Is there any tricky think to do to get the main navigation (Servers, Dashboard, Data, etc.)? Currently I only getSidebar with More about lifecycle, More about charts..any suggestions what I can do

Re: [Neo4j] webadmin

2010-08-23 Thread Peter Neubauer
...@mapolis.com wrote: I downloaded neo4j-webadmin-0.0.1-SNAPSHOT.tar, extracted, installed and started it. Is there any tricky think to do to get the main navigation (Servers, Dashboard, Data, etc.)? Currently I only getSidebar with More about lifecycle, More about charts..any suggestions what I can