brew install hyperkit # not required if docker4mac is installed
brew install minikube
# To make hyperkit the default driver:
minikube config set vm-driver hyperkit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"net" | |
"github.com/micro/go-micro/v2" | |
"github.com/xmlking/logger/log" | |
sgrpc "github.com/micro/go-micro/v2/server/grpc" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Step 1: clone `github.com:xmlking/micro-apps` | |
Step 2: run `gradle :apps:entity-service:bootBuildImage` | |
gradle :apps:entity-service:bootBuildImage | |
Starting a Gradle Daemon (subsequent builds will be faster) | |
Type-safe dependency accessors is an incubating feature. | |
Type-safe project accessors is an incubating feature. | |
> Configure project : | |
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". |
Work-in-pogress
Ref: cloudflare/homebrew-cloudflare#21
# Clean up any old version of curl you may have already tried to install
brew remove -f curl
# Download the curl ruby install script provided by cloudflare
Diagrams
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```shell | |
git config --global core.protectNTFS false | |
git config --global core.longpaths true | |
``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/********************************************************************* | |
* Web AI Agent for Flights designed and coded by Jason Mayes 2025. | |
*-------------------------------------------------------------------- | |
* Connect with me on social if questions or comments: | |
* | |
* LinkedIn: https://www.linkedin.com/in/webai/ | |
* Twitter / X: https://x.com/jason_mayes | |
* Github: https://github.com/jasonmayes | |
* CodePen: https://codepen.io/jasonmayes | |
*********************************************************************/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
COMPOSE_FILE=compose.yaml | |
GH_PAGER="" | |
RUST_BACKTRACE=1 | |
RUST_LOG=warn,tansu_server=debug,tansu_storage=debug,tansu_cli=debug,tansu_topic=debug,tansu_cat=debug,tansu_schema_registry=debug | |
## postgres | |
POSTGRES_PASSWORD=postgres |
OlderNewer