Skip to content

GreptimeTeam/homebrew-greptime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •