Third party tools
The following table lists some development tools that can be very useful while developing e.g. a connector or Automation script.
Tool | Description | Category |
---|---|---|
DataStax DevCenter | This tool allows you to perform CQL queries or run scripts on a Cassandra database. | Database |
dnSpy | dnSpy is a debugger and .NET assembly editor. | Debugger |
dotPeek | dotPeek is a free .NET decompiler and assembly browser. | Decompiler |
EBU LIST | EBU LIST is a freely available suite of software tools that can be used to check the state of IP-based networks and their high-bitrate media traffic. | Network |
Fiddler | Fiddler is a free web debugging tool that logs all HTTP(S) traffic between your computer and the Internet. | Network |
ManageEngine MIB Browser | This tool allows you to monitor SNMP-enabled devices/servers. | SNMP |
MySQL Workbench | MySQL Workbench is a tool for exploring MySQL databases and performing administrative actions. | Database |
Nodetool | Nodetool utility is a command line interface (CLI) for managing a Cassandra cluster. | Database |
Postman | Postman is a free software development tool that can be used to test APIs. | APIs |
RawCap | RawCap is a free command line network sniffer for Windows that uses raw sockets. It can sniff any interface that has an IP address, including 127.0.0.1 (localhost/loopback). | Network |
SoapUI | SoapUI is an open-source cross-platform functional testing solution that can be used for SOAP and REST. | APIs |
SourceTree | SourceTree is a free Git UI tool. | SCM |
TCPView | TCPView is a Windows program that can be used to check which process is using which port. | Network |
TortoiseSVN | TortoiseSVN is an Subversion (SVN) client, implemented as a Windows shell extension. | SCM |
Visual Studio | Visual Studio is an integrated development environment (IDE) from Microsoft. | IDE |
Visual Studio Code | Visual Studio Code is a free source-code editor from Microsoft. | IDE |
WinDbg | WinDbg is a tool for debugging that can be used for analyzing crash dumps, debugging live user mode and kernel mode code, and examining CPU registers and memory. | Debugger |
Wireshark | Wireshark is a free and open-source packet analyzer. | Network |