Giter Club home page Giter Club logo

golang-awesome's Introduction

项目说明

Golang学习笔记,代码整理

目录说明

  • crawler-distributed

    分布式爬虫,利用Go在并发性上的天然优势实现爬虫任务的分发和调度完成并发需求;使用rpc分离并独立单机版中的并发任务,实现分布式爬虫。

  • crawler

    单任务爬虫,应用广度优先算法框架,嵌入数据爬取,信息提取等逻辑实现基本爬虫任务。

  • goroutine

    使用goroutine实现的聊天服务器,迷宫算法等。

  • loadbalance

    一致性Hash负载均衡的简单实现

  • logcollection

    日志收集系统,使用tail读取收集日志,kafka进行分发,beego实现后台管理页面,etcd对服务器ip、目录配置切换

  • rpc

    使用json实现rpc调用

  • seckill

    商城秒杀系统,秒杀接入层到逻辑层通过redis队列(LPUSH)来通信,完成秒杀逻辑后返回(RPOP)结果

  • video_server

    视频点播系统,go语言原生template实现web后端,集成阿里云SDK实现Cloud Native

golang-awesome's People

Contributors

jayceq avatar

Watchers

James Cloos avatar

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.