Chatterbot: Document some useful development tools

Created on 12 Aug 2017  路  3Comments  路  Source: gunthercox/ChatterBot

I'd like to add a page to the development documentation that highlights a handful of useful development tools that can be helpful when creating chat bots or working on ChatterBot's codebase. In general, these tools should preferably be cross-platform (not something that only Mac or Windows or Linux users can use).

A few ideas so far include...

NoSQLClient

This is an absolutely awesome tool for testing out no-sql databases like MongoDB.

https://github.com/nosqlclient/nosqlclient

A sqlite browser

I'm open to recommendations for a good one. I was looking into sqlite-viewer, maybe someone has used a better one, I haven't tested this one out yet.

https://github.com/inloop/sqlite-viewer

Others

I'm sure there are plenty of other useful tools out there. I would love to get some recommendations before I start curating the new documentation page.

documentation good first issue help wanted

Most helpful comment

I could also recommend Postico for PostgreSQL and Mac: https://eggerapps.at/postico/

All 3 comments

I have been using

  1. DB browser SQLite http://sqlitebrowser.org/, It looks good and works well for me
  2. Robomongo for Mongo DB browser https://robomongo.org/

I use the exact same as @vkosuri and can recommend them as well.

It should be noted that Robomongo is now called Robo 3T. The url is still the same though https://robomongo.org/

I could also recommend Postico for PostgreSQL and Mac: https://eggerapps.at/postico/

Was this page helpful?
0 / 5 - 0 ratings

Related issues

AfrahAsif picture AfrahAsif  路  3Comments

proguy627 picture proguy627  路  3Comments

coolrb picture coolrb  路  3Comments

gunthercox picture gunthercox  路  3Comments

hochochoc picture hochochoc  路  3Comments