Search found 12 matches
- 21 Feb 2011 03:44
- Forum:
- Topic: Dynamic Graphs
- Replies: 1
- Views: 1552
Dynamic Graphs
So I've noticed that I can only load in a small fraction of the nodes in my document store. I notice that there's a note during the import that the database has "Dynamic mode" as off. Since I'm writing my own MongoDB plugin, would enabling dynamic mode benefit the graph, and if so, how does it work?
- 20 Feb 2011 08:40
- Forum: Statistics, Clustering & Data Lab
- Topic: [SOLVED] Statistics Definitions
- Replies: 3
- Views: 3844
Re: Statistics Definitions
Thanks guys, much appreciated!
- 17 Feb 2011 22:58
- Forum: Statistics, Clustering & Data Lab
- Topic: [SOLVED] Statistics Definitions
- Replies: 3
- Views: 3844
[SOLVED] Statistics Definitions
So the Gephi Statistics panel has a lot of great stats I can run across a data set. However, I don't really know which to be using for different use cases, and the "Help" menu doesn't contain any documents around them. I know (or think I know) what Modularity does as it was part of one of the tutori...
- 17 Feb 2011 19:27
- Forum:
- Topic: [SOLVED] MongoDB Import
- Replies: 14
- Views: 5672
Re: MongoDB Import
Ok, so last night I was able to load in a chunk of nodes. I've got some work to do to make the panel more configurable and edging a bit better, but it seems to be working! I'll follow up in a separate thread if I have other questions. Thanks!
- 17 Feb 2011 03:04
- Forum:
- Topic: [SOLVED] MongoDB Import
- Replies: 14
- Views: 5672
Re: MongoDB Import
Horray! I finally have my JPanel showing for my importer from the File > Import Database menu. I'll play with this tonight and see if I can get something running.
Thanks so much for being so responsive!
Thanks so much for being so responsive!
- 15 Feb 2011 20:41
- Forum:
- Topic: [SOLVED] MongoDB Import
- Replies: 14
- Views: 5672
Re: MongoDB Import
The problem I have is that this is not a Database, it's a Document Store. There is no "SQLConnection" and it does not use java.sql.Connection. So for my importer to use ImporterEdgeList, I'd also have to implement "getDatabase" which returns a "SQLDriver" from "getSQLDriver" which has to return a "j...
- 14 Feb 2011 18:59
- Forum:
- Topic: [SOLVED] MongoDB Import
- Replies: 14
- Views: 5672
Re: MongoDB Import
I should also note that I have tried setting "isUIForImporter" to true and false to see if I got a different result. In addition, I made sure to do a "Clean and Build" from Netbeans, before creating the NBM. Neither made the plugin show in the Plugin menu, though. The Gephi source I obtained via Baz...
- 14 Feb 2011 18:31
- Forum:
- Topic: [SOLVED] MongoDB Import
- Replies: 14
- Views: 5672
Re: MongoDB Import
I created an ImporterUI classed upon the wiki, with ServiceProvider annotation, and rebuild my plugin. Then I started Gephi and removed the old plugin, restarted Gephi, reinstalled the plugin, restarted Gephi, and I can't find any option to view my ImporterUI. I imagine it'd show in the "Plugin" men...
- 14 Feb 2011 08:29
- Forum:
- Topic: [SOLVED] MongoDB Import
- Replies: 14
- Views: 5672
Re: MongoDB Import
Ah, ok, that makes sense. Let me try making either a UI or through the DB interface and see how that goes. Thanks for the help!
- 14 Feb 2011 06:57
- Forum:
- Topic: [SOLVED] MongoDB Import
- Replies: 14
- Views: 5672
Re: MongoDB Import
Well, I built Gephi from source with a test import plugin, and when I go to Tools > Plugins > Installed, I can see the plugin installed, however, I can't seem to figure out how to run the importer. The File menu has "Import Spigot" and "Import Database" and both lack any info about my test importer....