https://github.com/3-shake/livy-go
Apache Livy client for the Go programming language.
https://github.com/3-shake/livy-go
client client-library livy livy-client livy-go
Last synced: 5 months ago
JSON representation
Apache Livy client for the Go programming language.
- Host: GitHub
- URL: https://github.com/3-shake/livy-go
- Owner: 3-shake
- License: apache-2.0
- Created: 2020-02-03T06:24:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-25T12:18:41.000Z (about 3 years ago)
- Last Synced: 2025-09-13T20:53:20.276Z (9 months ago)
- Topics: client, client-library, livy, livy-client, livy-go
- Language: Go
- Homepage: https://livy.incubator.apache.org/
- Size: 704 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# livy-go
[](https://github.com/3-shake/livy-go/actions?workflow=Test)
[](https://goreportcard.com/report/github.com/3-shake/livy-go)
[](http://godoc.org/github.com/3-shake/livy-go)
## Getting Started
### Livy Setup
1. livy install
```
make livy.install
```
2. livy start
```
make livy.start
```
3. livy stop
```
make livy.stop
```
## リリース方法
1. `yarn install`
2. `git checkout -b master origin/master`
3. `yarn semantic-release --no-ci --branches master`