Search found 12 matches
- 02 Feb 2012 16:20
- Forum: Plugins, presets and filters
- Topic: Graph Streaming - URL formatting question
- Replies: 18
- Views: 31240
Re: Graph Streaming - URL formatting question
heya, thanks for investigating again. i hadn't tested Mathieu's use case since i'm only working with nodes at this point (no pun intended). i'll give it a shot later today. other than that, things are working fine in respect to rendering. for whatever reason, ints are ignored for coordinates which c...
- 31 Jan 2012 19:36
- Forum: Plugins, presets and filters
- Topic: Graph Streaming - URL formatting question
- Replies: 18
- Views: 31240
Re: Graph Streaming - URL formatting question
hi André, the latest version works with empty graphs. well done. i also tested your examples above, and in fact, passing integers to the x, y, and z properties doesn't jive. again, no exceptions, but the node is not created. appending a .0 to define the values as floating types works, however. passi...
- 31 Jan 2012 19:16
- Forum: Plugins, presets and filters
- Topic: Graph Streaming - URL formatting question
- Replies: 18
- Views: 31240
Re: Graph Streaming - URL formatting question
perfect, thanks André. i had just figured out the color and coordinates assignments. the syntax seems a little fickle in that passing integers to the x and y properties fails, yet passing floats works. didn't realize it was double values between 1 and 0 for rgb. and i stumbled upon passing a hex cod...
- 31 Jan 2012 18:04
- Forum: Plugins, presets and filters
- Topic: Graph Streaming - URL formatting question
- Replies: 18
- Views: 31240
Re: Graph Streaming - URL formatting question
just out of curiosity, is there a way to pass x, y, r, g, b attribute values in the json string? i've tried passing values as both strings and ints and no exceptions are thrown (not sure if they're ignored since other actions like, delete a node that doesn't exist, doesn't throw an exception either)...
- 31 Jan 2012 17:40
- Forum: Plugins, presets and filters
- Topic: Graph Streaming - URL formatting question
- Replies: 18
- Views: 31240
Re: Graph Streaming - URL formatting question
hi André, thanks for doing this. i did some testing and data were successfully passed to the non-empty gephi file. nodes were added, deleted, and attributes were updated. however, it appears now that the Master cannot be started unless the graph is non-empty. that is, starting from a new project and...
- 30 Jan 2012 18:34
- Forum: Plugins, presets and filters
- Topic: Graph Streaming - URL formatting question
- Replies: 18
- Views: 31240
Re: Graph Streaming - URL formatting question
thanks man! super appreciate it.
- 30 Jan 2012 13:35
- Forum: Plugins, presets and filters
- Topic: Graph Streaming - URL formatting question
- Replies: 18
- Views: 31240
Re: Graph Streaming - URL formatting question
sure, by "streaming" i mean pushing any json string to the master's url for example, you can go through the sample steps on the Streaming specification on the wiki (create the three nodes via cURL statements at a command prompt). when you're done, rename the workspace, and save the file, and close G...
- 27 Jan 2012 21:48
- Forum: Plugins, presets and filters
- Topic: Graph Streaming - URL formatting question
- Replies: 18
- Views: 31240
Re: Graph Streaming - URL formatting question
hi again, well, the change met with partial success. using lowercase letters for the workspace name in the URL definitely worked. however, trying to apply additional changes to the .gephi file doesn't work. here's a use case: *open existing file having previously streamed data (same format, attribut...
- 27 Jan 2012 04:40
- Forum: Plugins, presets and filters
- Topic: Graph Streaming - URL formatting question
- Replies: 18
- Views: 31240
Re: Graph Streaming - URL formatting question
Thanks for the quick reply panisson,
yep, extremely useful plug-in fact; i love it! i was doing case-matching in the URL. e.g. both the workspace name and URL contained the string "NewWorkspaceName".
i'll give it a shot with lowercase only.
thanks again!
B
yep, extremely useful plug-in fact; i love it! i was doing case-matching in the URL. e.g. both the workspace name and URL contained the string "NewWorkspaceName".
i'll give it a shot with lowercase only.
thanks again!
B
- 26 Jan 2012 20:54
- Forum: Plugins, presets and filters
- Topic: Graph Streaming - URL formatting question
- Replies: 18
- Views: 31240
Graph Streaming - URL formatting question
Hi, I'm hoping this question is easy enough to answer. So far I've had terrific success using the Streaming plug-in. However, throughout all my testing I was creating new projects & workspaces where the default name of the workspace was "Workspace 0". Again, this always works: "http://localhost:8080...