Is there some webconsole for titan-1.0.0 - titan

guys. I'm looking for some webconsole component for Titan-1.0.0, something looks like dogHouse for previous version of Titan. For titan-1.0.0, Gremlin Server takes over it. But it's not very friendly to users. So is there some alternative tools? Thanks.
PS: I also found that there is a gelphi plugin for Gremlin server, but the document is so unclear that I even can not know how to make it happen. I will
be very appreciated for the detail steps. Thanks.

Related

do not know how to install historymod

I find a lot of information dispersed over the Internet. There is nothing concrete. If I can guide point to point, to know what I have to install on the machine, and so to create the historical data for the statistics.
I need to make the "linear graph" widget work properly.
Greetings and thanks!
Please, take a look into the README document available on the github repository. Take into account that this file has been updated recently.
The historymod module is part of an specific application (FIWARE LiveDemo app) and not recommended as general solution. Have a look to the following post about how to persist hitorical context information comming from Orion.

Template Integration

I am following one reference to create demo chat app in elixir and understood very well how is it working. But i am not so sure how can i create templates in Elixir to implement the same chat room in UI rather than terminal. Can anybody suggest something on this.
I think, if I'm understanding your question, you want to look at EEx, the tool for evaluating code embedded in a string.
Check on Phoenix as well because I believe Phoenix uses EEx too. Specifically check this: https://github.com/phoenixframework/phoenix#template-engine-configuration
Hope it helps.

Where to start to learning Mojolicious?

I am new to the Mojo framework... I went through some of the wiki pages on the Mojolicious website, however couldn't comprehend many things. The documentation seemed to be for someone who already has a background with the Mojo framework.
So, I'm wondering whether there is any place for a newbie to start?
Thanks in advance.
The wiki isn't necessarily trustworthy, since anyone can change it, and it isn't always up to date.
Start with the mojocasts at http://mojocasts.com; then move on to the docs.
The docs are accessible for new users; just make sure you read the guides in the order they are listed on http://mojolicio.us/perldoc.
the mojocasts cited by tempire are a good start, I find the docs a bit fragmentary, and prefer
to dig the code of other projects...
Here you can find some code to read here
https://github.com/kraih/mojo/wiki/Example-applications
This one is pretty good:
https://github.com/tempire/MojoExample

JBoss Monitoring with Cacti

If there is anyone out there who has experience with monitoring JBoss with Cacti, I need help!
I used this template posted on the Cacti forums. It has 3 template graphs, and 2 of those graphs are working really well.
For some reason though, the third graph (Transaction Manager) isn't working. I'm get 0's for all the values. I got 0's again when I tried using snmpget command (from the Net-SNMP tool) using the oid's of the transaction attriubtes (.1.2.3.4.5.1. 6,7,8). What might be causing this?
I also need to monitor some attributes that aren't in the template. One example is Connection Count. I decided to copy the template exactly and only change the oid to get the attribute I want from JBoss. This didn't work as I get -1 for all the values in my graph. Is there anything I need to do on the JBoss side to get these attributes to graph?
Any help is appreciated as I really really need to get these graphs working soon.
Thanks in advance!
Did you installed the SNMP Adaptor ?
The other data graphs seems to be get directly from the SO.
https://www.webnms.com/snmpadaptor/help/jboss_snmp_adaptor/deploying_and_testing_the_jboss_snmp_agent.html

How can I browse or query live MongoDB data?

I've googled around but couldn't find a working MongoDB viewer or data browser.
An ideal (for my needs) tool would be a web based viewer with dead simple features (browsing and doing queries).
You have :
Mongo3
futon4mongo
See: http://nosql.mypopescu.com/post/334469038/a-couple-of-nice-gui-tools-for-mongodb
Hopefully it'll be updated frequently when new tools are available!
EDIT:
Better overview: http://www.mongodb.org/display/DOCS/Admin+UIs
I just tried MongoVUE and it works like a charm!
Check it out: http://www.mongovue.com/
MongoHub is moved to a native mac version, please check http://github.com/bububa/MongoHub-Mac.
genghisapp is what you want.
It is a web-based GUI that is clean, light-weight, straight-forward, offers keyboard shortcuts, and works awesomely. It also supports GridFS.
Best of all, it's a single script!
To install it
$ gem install genghisapp bson_ext
(bson_ext is optional but will greatly improve the performance of the gui)
To run it (this will automatically open your web browser and navigate to the app as well)
genghisapp
To stop it
genghisapp --kill
https://github.com/Imaginea/mViewer
I have tried this one and as a viewer it's awesome with tree and document views.
Im just testing Rock_Mongo
It's a nice tool, written in PHP.
MogoVue is the best option I found so far, it has great features I did not see in other viewers, plus it gives few options to look at the data, as json, tables and hierarchy, which is extremely useful.
Avoid MongoExplorer, it has major issues, which can cause you huge headaches. When viewing records using this tools, it may change fields which are MongoId's to plane string, it does not give any indication on this, just does it when you focus on the id field, this bug cost me lots of time and effort trying to find "what and where in my code i'm doing this silly thing"...
RoboMongo
Genghis
And entire list from here http://docs.mongodb.org/ecosystem/tools/administration-interfaces/
While the built in Http Interface of MongoDB isn't exactly what you are asking for, but it is available and supports a REST interface to do simple queries, etc. This is built-in to the mongo instance with a default of port 28017.
Documentation: http://www.mongodb.org/display/DOCS/Http+Interface
As well as those mentioned by shingara, there's also:
Opricot
PHPMoAdmin
MongoHub (I've heard mixed reviews on this one, not sure if it's maintained)
Just pushed mongoclikker to GitHub. It's a dead simple MongoDB viewer written in Node.
There a lot of UIs on official mongo site http://www.mongodb.org/display/DOCS/Admin+UIs
To add to the list :)
I just made a simple Mongo browser based on a hierarchical JQueryTreeview and implemented in Sinatra and Ruby.
The reason for another viewer was that I wanted something that was fast and easy (both to use and the code base), that would let me peek at what was going on my MongoDB. Also, I wanted some nice Ajax effects. and could be the base of a more complete browser.
https://github.com/tomjoro/mongo_browser
I just released a simple web-based data viewer called Mongs. It isn't a server admin GUI, it's focused on data browsing, which sounds like what you're interested in. Mongs is implemented in Python using the Aspen web framework.
JMongo is nice db viewer using on fedora linux
I started work on small project: https://github.com/lucassus/mongo_browser
It's a mongodb browser based on ruby's sinatra framework.
here is the better tool for sql as well as No-Sql viewer and also you can query in gui mode with this tool.
"RoboMongo" is easy to use and cross platform, using on centos 6.2 but no option for data import/export which can be found in "umongo" but not easy to use as RoboMongo.
For web: genghis is simple and have much more fashion interface.
For desktop: robomongo: Shell-centric cross-platform MongoDB management tool
I'm using MongoDB Compass. You can download the community edition by entering valid information.
I using Robomongo, in version 0.8.3 implemented multiply inserting documents, for more details https://github.com/paralect/robomongo/issues/173. Robomongo also have builtin mongodb-shell may be usefully for your purposes.