Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Goptuna Dashboard #157

Merged
merged 37 commits into from
Oct 21, 2020
Merged

Goptuna Dashboard #157

merged 37 commits into from
Oct 21, 2020

Conversation

c-bata
Copy link
Owner

@c-bata c-bata commented Oct 21, 2020

Goptuna dashboard using following libraries:

  • TypeScript + React.js
  • Recoil for state management
  • react-router for client-side routing
  • Material-UI for styles
  • Plotly for plotting graph
  • Prettier for auto-formatting

GIF animation:

goptuna-dashboard

Error notification:

goptuna-dashboard-error

Usage:

$ go run cmd/main.go dashboard --help
Launch web dashboard

Usage:
  goptuna dashboard [flags]

Examples:
  goptuna dashboard --storage sqlite:///example.db --host 127.0.0.1 --port 8000

Flags:
  -h, --help             help for dashboard
      --host string      hostname (default "127.0.0.1")
  -p, --port string      port number (default "8000")
      --storage string   DB URL specified in Engine Database URL format of SQLAlchemy (e.g. sqlite:///example.db). See https://docs.sqlalchemy.org/en/13/core/engines.html for more details.

@c-bata c-bata marked this pull request as ready for review October 21, 2020 12:43
@c-bata c-bata merged commit cef65f0 into master Oct 21, 2020
@c-bata c-bata deleted the dashboard branch October 21, 2020 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant