Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Like there is Workbench for MySQL,
SQL Management studio for MS SQL,
Is there any tool for arangoDB?
I have searched a lot but found no solution.
Your help is much appreciated.
Thank you in advance.
As far as I know there is no desktop based management tool for ArangoDB on Windows, so you will have to stick either with web interface or shell. Web interface provides almost everything you need to manage your ArangoDB instance(s), but if you have any suggestions the best place would be to discuss it on google groups.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Is there a good explorer tool for Azure Tables?
The one from Visual Studio is poor in options - it allows only typing in a query.
Thanks.
Azure Storage Explorer is free and perfectly good. You pay for what you get but I find it acceptable.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I need a Mailing System in my local network, and actually i don't prefer now to spend time on developing new one, can anybody suggest me a free JSF web mail application. Knowing that i am using a local James-3 IMAP server.
JavaMail API? It is part of Java EE.
See the JavaMail Third Party Products page.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Are there any visualisation tools to cassandra keyspaces? Comming from the RDBMS world used to viewing table data and entries, are there any well know tools that can provide a 'table-like' view of keyspaces? GUI based would be great!
Thank you!
Yes, there are, also, you can try on cli? cassandra-cli with show schema or describe
chiton
casandra-gui
Cassandra Cluster Admin
helenos
Check it out Helenos - it's a simple web based tool
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Are there any pen-testing agencies that tests nodejs applications? And are there any good tools with wich you can do it yourself?
Regardless of what platform you choose a lot of the same vulnerabilities are found. I recommend the open source project skipfish or a service like Sitewatch. Skipfish doesn't have a JavaScript interpreter, so if you use client side js heavily then you should go with the open source Grendel-Scan.
Zaproxy, is a great tool for web application pentest http://sourceforge.net/projects/zaproxy/files/
A bit late in the day, however www.ZeroDayLab.com specialise in app security scans like this.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Mochiweb and webmachine are very promising applications when you see how those who have found they're way around them are using it. I need to be directed to where I can find beginners' tutorials on mochiweb. It appears there is no website dedicated to the framework. I think what I need is a pdf, or a blog site or a tutorial on mochiweb, providing several examples on how to use it. I'm an erlang programmer already, using Nitrogen, Yaws, Mnesia and OTP e.t.c. Please show me the way...
On MochiWeb, I wrote http://alexmarandon.com/articles/mochiweb_tutorial/
Nice series:
http://buffered.io/series/web-development-with-erlang/
Wriaki, a sample app by Basho for Riak, is based on webmachine.
https://github.com/basho/wriaki
There is a video too
http://www.vimeo.com/14275191
A nice tutorial on mochiweb, json (video).