Git Product home page Git Product logo

influxdbworkbench's Introduction

influxDBWorkBench

- InfluxDB WorkBench -

InfluxDB WorkBench is a GUI management tool for the InfluxDB time series database written in Java that runs on Windows , Mac OS X and Unix/Linux, etc InfluxDB WorkBench is an application coping the functionality of InfluxDB Studio which can only be run on Windows, but written in java and therefore you can run it any platform.

The following are planned features implemented by InfluxDB Studio that are not yet implemented in the current version of InfluxDB WorkBench:

  • Refresh
  • Show Users
  • Show Statics
  • Show Diagnostics
  • Show Queries
  • Show Continuous Queries
  • Run Back Fill

You can download an executable file for Windows , Mac OS X, or an executable Jar file to run anywhere. You just need having installed JRE 1.7 or higher. Download a the executable filfe and store it in a folder where you have write permissions since the application generates a file to store the data used to connect to each InfluxDB instance.

Because Influx WorkBench copies the functionality of Influx Studio works exactly the same. You can consult the user guide found here

influxdbworkbench's People

Contributors

jorgemaker avatar lamarios avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

influxdbworkbench's Issues

cant save connection

on mac 11.3.1
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9)
OpenJDK 64-Bit Server VM AdoptOpenJDK-11.0.11+9 (build 11.0.11+9, mixed mode)

connection setting panel
fills fields
press save

i get
"not possible to save connection"

Not working anymore

Hi,

First, very cool project.

I can enter my credentials, test and ping my connection but i can't connect to my db server.

Nothing is happening when I click connect

How to add a table with your InfluxDB admin GUI frontend?

Hello

How to add a table with your InfluxDB admin GUI frontend?

I can't see any options for that - just an option to create a new database...

Thank you very very much for your feedback(s).

With best regards from Switzerland,
Jan

Mouse clicks not working on openjdk 11.Ubuntu 22.04

Mouse clicks not working on most UI elements (buttons, dro down menus...)

It's impossible to use app without mouse. Some UI elements are accessible by pressing TAB on keyboard but not all. I've managed to create connection and connect but that was all i managed to achieve without a mouse click.

ENV

$ java --version
openjdk 11.0.22 2024-01-16
OpenJDK Runtime Environment (build 11.0.22+7-post-Ubuntu-0ubuntu222.04.1)
OpenJDK 64-Bit Server VM (build 11.0.22+7-post-Ubuntu-0ubuntu222.04.1, mixed mode, sharing)
$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 22.04.4 LTS
Release:	22.04
Codename:	jammy

Username is required but it's possible to run inlfuxdb without one

Exception in thread "AWT-EventQueue-0" java.lang.IllegalArgumentException: Expecting a non-empty string for username
	at org.influxdb.impl.Preconditions.checkNonEmptyString(Preconditions.java:22)
	at org.influxdb.InfluxDBFactory.connect(InfluxDBFactory.java:46)
	at com.entropiadevelopments.influxdbworkbench.facility.InfluxDBFacility.getInfluxDB(InfluxDBFacility.java:30)
	at com.entropiadevelopments.influxdbworkbench.gui.components.actionpanels.ManageConnectionsDialog.okButtonPressedAction(ManageConnectionsDialog.java:212)
	at com.entropiadevelopments.influxdbworkbench.gui.common.EnhancedDialog.actionPerformed(EnhancedDialog.java:69)
	at com.entropiadevelopments.influxdbworkbench.gui.components.actionpanels.ManageConnectionsDialog.actionPerformed(ManageConnectionsDialog.java:107)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259)
	at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:252)
	at java.awt.Component.processMouseEvent(Component.java:6539)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3324)
	at java.awt.Component.processEvent(Component.java:6304)
	at java.awt.Container.processEvent(Container.java:2239)
	at java.awt.Component.dispatchEventImpl(Component.java:4889)
	at java.awt.Container.dispatchEventImpl(Container.java:2297)
	at java.awt.Component.dispatchEvent(Component.java:4711)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476)
	at java.awt.Container.dispatchEventImpl(Container.java:2283)
	at java.awt.Window.dispatchEventImpl(Window.java:2746)
	at java.awt.Component.dispatchEvent(Component.java:4711)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760)
	at java.awt.EventQueue.access$500(EventQueue.java:97)
	at java.awt.EventQueue$3.run(EventQueue.java:709)
	at java.awt.EventQueue$3.run(EventQueue.java:703)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84)
	at java.awt.EventQueue$4.run(EventQueue.java:733)
	at java.awt.EventQueue$4.run(EventQueue.java:731)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:730)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:109)
	at java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
	at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
	at java.awt.EventQueue.access$500(EventQueue.java:97)
	at java.awt.EventQueue$3.run(EventQueue.java:709)
	at java.awt.EventQueue$3.run(EventQueue.java:703)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)

"Test" button works, but nothing happens when i try to connect

System data:

OS: Windows 10 x64 Pro
InfluxDB OS: Debian 11.x most current version on 2022-06-28
InfluxDB Version: 2.x, most current version on 2022-06-28

When i select a connection entry, that was successfully tested with "Test" button before, nothing happens. Why?

image

Use https not working

Try to access influx database using https/ssl but not working.

error:
Exception in thread "AWT-EventQueue-0" org.influxdb.InfluxDBException: Client sent an HTTP request to an HTTPS server.

connections.json (file)

[{"database":"","password":"xxxxxxxx","iIPAddress":"xxxxxxxx","port":8086,"useSLL":true,"connectionName":"myapp","id":"1653415498432","userName":"xxxxxxxx"}]

env:
linux using influxDBWorkBench.jar v1.0
java version - OpenJDK Runtime Environment (build 1.8.0_312-b07)

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.