command
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Dec 29, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
To run the example follow the steps below:
CLICKHOUSE Setup
Docker command
docker run --rm -e CLICKHOUSE_DB=users -e CLICKHOUSE_USER=root -e CLICKHOUSE_PASSWORD=password -e CLICKHOUSE_HTTP_PORT=8123 -p 9001:9000/tcp -p 8080:8123/tcp clickhouse/clickhouse-server
Run
Now run the example on path /zopsmart/gofr/examples/using-clickhouse
by go run main.go
Docker Build
To Build a docker image, follow the below steps:
On non linux machines :
GOOS=linux go build main.go
This will build a go binary
docker build -t using-clickhouse:$(date +%s) .
On linux machines(Ubuntu/Mac):
go build main.go
This will build a go binary
docker build -t using-clickhouse:$(date +%s) .
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
This is auto-generated file using 'gofr migrate' tool.
|
This is auto-generated file using 'gofr migrate' tool. |
|
|
Package store is a generated GoMock package.
|
Package store is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.