Git Product home page Git Product logo

lab_common_so's Introduction

lab_common_so

lab_common_so是一个C/C++语言编写的,基于woo框架(一个轻型通讯框架,通讯协议及日志系统比较完善)的高效计算服务。

目前我们已经将该框架应用于微博推荐的多个场景中,经过一年多的演进,框架趋于稳定。


##框架特性
  • 透明化的数据获取
  • 数据本地化
  • 非中断式的资源实时更新
  • 统一的接口形态
  • 规范化的业务流程
  • 插件式的业务更新
  • 可配置的算法支持

##使用场景 * 高效的实时在线计算服务 * 并发式的离线计算服务 * 数据存储代理 * 算法模型训练
##适用平台 linux 2.6.18及以上

x64(x86需要测试)

gcc 4.1.2(更高版本需要测试)


##使用方法 1、git clone https://github.com/wbrecom/lab_common_so.git

2、执行setup_dependent.sh安装依赖

3、cd work_tool; make 编译生成业务库

4、cd ../alg_tool; make 编译生成算法库

5、cd ..; make 编译生成程序

6、cd bin; sh run.sh 启动程序

7、sh test.sh可以看到程序输出"welcome!"


##快速入门 快速使用本框架,请参考work_tool/src目录下的两个简单示例。
  • example_work_interface 用于演示程序的输入和输出

  • simple_frame_work_interface 包含了多种类型的数据获取

更详细的使用方法请参考《lab_common_so说明及使用文档》


##联系我们 `[email protected]`

微博推荐博客

微博推荐微博

lab_common_so's People

Contributors

wbrecom avatar

Watchers

 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.