Skip to content

Config dataset fields, transform columns into fields compatible with @kanaries/graphic-walker.

Notifications You must be signed in to change notification settings

Kanaries/graphic-walker-integration-example

Repository files navigation

Graphic-walker Service Demo

Here is a demo of the Graphic-walker server-side mode, to demonstrate how to integrate Graphic-walker and gw-dsl-parser capabilities. It shows how to transform Graphic-walker to SQL to run on compute engine.

Quick Start

use docker compose to start the service

git submodule add --force git@github.com:Kanaries/graphic-walker.git packages/graphic-walker

docker-compose up --build

the frontend and backend services will run on ports 5173 and 23402 respectively.

you can go to http://localhost:5173/ and load data with datasetId = 1.

Embed GraphicWalker

you can read the gw_embed.md to learn how to embed GraphicWalker in your project.

Custom Backend Service

As long as you follow the specifications to implement the backend HTTP interfaces, you can quickly integrate your own backend. about the backend API custom_backend.md

About

Config dataset fields, transform columns into fields compatible with @kanaries/graphic-walker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published