Skip to content

Commit

Permalink
1.50.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhamilton committed Aug 18, 2023
1 parent 3fb72cb commit 3d7a59f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Pulse
# pulse

![Pulse](/multi-chart3-dark.jpg)

For more info see [timestored.com/pulse](http://timestored.com/pulse "timestored.com/pulse")

Pulse is an open source tool for real-time visual analysis, email reporting and alerting.
Pulse is a tool for real-time visual analysis, email reporting and alerting.
It allows you to create and share real-time interactive applications with your team.

Pulse supports 40+ databases including kdb, postgresql, mysql, ms sql, clickhouse.
Databases that are wire compatible with postgres/mysql also work i.e. timescale, questdb, cockroachdb.
Pulse supports kdb, postgresql, mysql, ms sql, clickhouse.
Databases that are wire compatible with postgres/mysql should also work i.e. timescale, questdb, cockroachdb.



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public class Application {

/** Careful this controls the folder where libs/jars are stored **/
public static final String APPNAME = "pulse";
public static final String VERSION = "1.37";
public static final String VERSION = "1.50";
public static final String DBNAME = "DEMODB";
public static final String PASSWORD = "jimmy1";
// Declaring ANSI_RESET so that we can reset the color
Expand Down

0 comments on commit 3d7a59f

Please sign in to comment.