Skip to content

sjakos/viz

Repository files navigation

Viz

Viz is a simple in-browser tool to take JSON input, transform and query it with JSONata, and visualize the data formatted as nodes and edges in a graph, in a tabular format, or in a file explorer type view.

Planned Features

  • JSON Input: Easily input JSON data.
  • JSONata Transformation: Transform and query JSON data using JSONata.
  • Visualization: View data as:
    • Nodes and edges in a graph
    • Tabular format
    • File explorer type view

Getting Started

  1. Clone the repository:
    git clone https://github.com/sjakos/viz.git
  2. Navigate to the project directory:
    cd viz
  3. Install the dependencies:
    npm install
  4. Start the development server:
    npm start
  5. Open your browser and go to http://localhost:3000.

Usage

  1. Load your JSON data into the application.
  2. Apply JSONata expressions to transform or query the data.
  3. Choose your preferred visualization format (Graph, Table, or Explorer view).

License

This project is licensed under the MIT License.