Skip to content

Latest commit

 

History

72 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homebrew Greptime

This tap provides Homebrew formulas for the greptime and gtctl utilities.

Installation

brew tap greptimeteam/greptime

Then, you can install greptime or gtctl:

brew install greptime
brew install gtctl

Upgrading

To upgrade existing installations to the latest version:

brew upgrade greptime
brew upgrade gtctl

🚀 Starting GreptimeDB

Run GreptimeDB in standalone mode with:

greptime standalone start \
  --http-addr 0.0.0.0:4000 \
  --rpc-bind-addr 0.0.0.0:4001 \
  --mysql-addr 0.0.0.0:4002 \
  --postgres-addr 0.0.0.0:4003

You can use the MySQL client to connect the GreptimeDB:

mysql -h 127.0.0.1 -P 4002

For writing data, refer to the documentation.

About

The Greptime homebrew tap.

Resources

Code of conduct

Stars

4 stars

Watchers

7 watching

Forks

Releases

Packages

Contributors

Languages