Coder Social home page Coder Social logo

grossm04 / kindling Goto Github PK

View Code? Open in Web Editor NEW

This project forked from inductiveautomation/kindling

0.0 0.0 0.0 3.96 MB

A standalone collection of utilities to help Ignition users. Features various tools to help work with Ignition's custom data export formats.

Home Page: https://inductiveautomation.github.io/kindling/

License: MIT License

Java 10.83% Kotlin 89.17%

kindling's Introduction

Kindling

Kindling

A standalone collection of utilities to help Ignition users. Features various tools to help work with Ignition's custom data export formats.

Tools

Thread Viewer

Parses Ignition thread dump files, in JSON or plain text format. Multiple thread dumps from the same system can be opened at once and will be automatically aggregated together.

IDB Viewer

Opens Ignition .idb files (SQLite DBs) and displays a list of tables and allows arbitrary SQL queries to be executed.

Has special handling for:

  • Metrics files
  • System logs

Log Viewer

Open one (or multiple) wrapper.log files. If the output format is Ignition's default, they will be automatically parsed and presented in the same log view used for system logs. If multiple files are selected, an attempt will be made to sequence them and present as a single view.

Archive Explorer

Opens a zip file (including Ignition files like .gwbk or .modl). Allows opening other tools against the files within the zip, including the .idb files in a gateway backup.

Store and Forward Cache Viewer

Opens the HSQLDB file that contains the Store and Forward disk cache. Attempts to parse the Java-serialized data within into its object representation. If unable to deserialize (e.g. due to a missing class), falls back to a string explanation of the serialized data.

Note: If you encounter any issues with missing classes, please file an issue.

Usage

  1. Download the installer for your OS from the Downloads page: https://inductiveautomation.github.io/kindling/download.html
  2. Run the Kindling application.
  3. Open a supported file - either drag and drop directly onto the application window, click the + icon in the tab strip, or select a tool to open from the menubar.

Preferences are stored in ~/.kindling/preferences.json and can be modified within the application from the menu bar.

Development

Kindling uses Java Swing as a GUI framework, but is written almost exclusively in Kotlin, an alternate JVM language. Gradle is used as the build tool, and will automatically download the appropriate Gradle and JDK version (via the Gradle wrapper). Most IDEs (Eclipse, IntelliJ) should figure out the project structure automatically. You can directly run the main class in your IDE (MainPanel), or you can run the application via./gradlew run at the command line.

Contribution

Contributions of any kind (additional tools, polish to existing tools, test files) are welcome.

Acknowledgements

Disclaimer

Kindling is not an official Inductive Automation product and is provided as-is with no warranty.

kindling's People

Contributors

paul-griffith avatar renovate[bot] avatar joshlha avatar corbinh avatar ia-charrell avatar cosmostevens avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.