Below are some basic tools I put together after not being able to find what I wanted online. I'm hoping to keep on adding more to this list so let me know if you have any suggestions or want to add your own. The code's up on GitHub.
Enter text into the textarea and then choose the settings to generate the HTML for a Bootstrap table
Enter addresses into the textarea below, one per line
Address | Lat | Lng |
---|
This helps create a "growth-share" matrix popularzized by BCG. Enter coordinates from -10 to +10 and a label for the plotted value.
Use this to create a series of SQL insert statements to populate a table.
Paste the result of a schema information query in each tab and get the result. The text areas expect three tab delimited columns: schema name, table name, and column name. The result will do a JSON diff using the awesome jsondiffpatch library.
Note: In both MySQL and PostgreSQL you can get the schema information using "select table_schema, table_name, column_name from information_schema.columns" and applying the relevant filters.
Paste a Java formatted query and hit "Clean" to get it cleaned up.
Use this to create a series of dates based on a step size, a start, an end, and a desired format.
Paste the result of a Kafka partition dump in each tab and get the result.The result will do a JSON diff using the awesome jsondiffpatch library.