Giter VIP home page Giter VIP logo

open_sdk's Introduction

open_sdk

open_sdk 对通用库做统一的封装和管理,集成通用中间件等。
具体库使用示例见各自README、example目录以及对应的test测试用例文件。

目录结构

每个库单独目录,见下方目录树:

tree -d -L 1 ./
./
├── config  # 配置解析
├── es_official  # ES ElasticSearch,对“olivere”版本库的封装
├── example  # 一些库使用示例
├── grpcclient
├── grpcserver
├── httpclient
├── httpserver
├── logger  # Logger 统一日志库
├── metadata
├── mongoc_official # 对mongo官方的golang库的封装。【推荐使用此库】
├── octrace
├── pubsub
├── redisc # Redis
└── error

各层级目录信息如下:

tree -d ./
./
├── config
├── es_official
│   └── es_wrapped
├── example
│   ├── grpc
│   │   ├── client
│   │   └── server
│   ├── mongo_official
│   ├── pubsub
│   │   ├── pulsar
│   │   └── redispubsub
│   └── redis
├── grpcclient
│   └── hooks
├── grpcserver
│   └── middles
├── httpclient
│   └── hooks
├── httpserver
│   ├── middles
│   └── status
├── logger
├── mongoc_official
│   └── mongoc_wrapped
├── octrace
│   ├── config
│   ├── examples
│   │   ├── grpc
│   │   │   └── proto
│   │   ├── http
│   │   └── stdhttp
│   ├── filter
│   ├── integration
│   │   ├── grpc
│   │   └── http
│   └── propagation
│       └── textheader
├── pubsub
│   ├── pulsar
│   └── redisbroadcast
├── redisc
└── error

open_sdk's People

Contributors

yunxiaoyang01 avatar

Watchers

James Cloos avatar  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.