Coder Social home page Coder Social logo

greet-gin's Introduction

技术栈

gorm gin jaeger rabbitmq kibana mysql redis elasticsearch

注意点

  • bin目录需有执行权限,data存放的是mysql和es数据,bin目录存放的是modd编译后的可执行文件 。在根目录下执行:
    mkdir bin/data && chmod -R 777 bin
  • copy一份config目录的app.init.exmaple 文件,改为app.ini
    cp config/app.ini.exmaple config/app.ini
  • 本地工具连接mysql的话要先进入容器,给root设置下远程连接权限
  • ##密码:PXDN93VRKUm8TeE7
 docker exec -it mysql mysql -uroot -pPXDN93VRKUm8TeE7 
 use mysql;
 update user set host='%' where user='root';
 FLUSH PRIVILEGES;
 create database greet default character set utf8mb4 collate utf8mb4_unicode_ci;

nginx: http://127.0.0.1:8888/

jaeger: http://127.0.0.1:16686/search

kibana: http://127.0.0.1:5601/

Mysql : 自行客户端工具(Navicat、Sequel Pro)查看

  • host : 127.0.0.1

  • port : 33069

  • username : root

  • pwd : PXDN93VRKUm8TeE7

Redis : 自行工具(redisManager)查看

  • host : 127.0.0.1

  • port : 36379

  • pwd : G62m50oigInC30sf

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.