Skip to content

alishams21/lumanet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
LumaNet Logo

About

LumaNet is a toor for visualizing graphs in simple to understand way for developers. Currently support read from JSON and Neo4j.

UI

Architecture Diagram

Development

Setup

Makefile Commands

This project includes a Makefile with convenient commands for development and deployment:

Start the Lineage Visualizer

make start-lineage-visualizer
  • Installs dependencies with pnpm install
  • Starts the development server in the background
  • Waits until the service is fully available on http://localhost:3000
  • Shows status messages throughout the startup process

Stop the Lineage Visualizer

make stop-lineage-visualizer
  • Stops the running lineage visualizer process
  • Kills any pnpm run dev processes

Clean All Stack

make clean-all-stack
  • Kills processes running on port 3000
  • Removes temporary files (.log, temp_*.json, generated-*.json)
  • Cleans up build artifacts (node_modules, .pnpm-store, .next)
  • Useful for a complete reset of the development environment

Configuration

The supported node limit can be changed by editing the NEXT_PUBLIC_NODE_LIMIT value in the .env file at the project root.

License

See LICENSE for more information.

About

Developer-friendly graph visualization tool.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published