分布式应用日志管理:Log4Grid 经验

Log4Grid提供个专门的服务用收集各应用的日志和应用统计信息,并写入相应的存储.服务采用UDP作为通讯协议,而应用协议则采用 Protobuf.服务分别提供Console和windows servcie两种模式.使用者可以根据自己的情况来启用相应的服务程序

jopen 2014-04-17   25057   0
P50

  Caffe 数据转换 文档

#include "glog/logging.h"   5. #include "google/protobuf/text_format.h"   6. #include "stdint.h"   7.

ggect 2015-09-05   752   0
P12

  最全的Android源码目录结构详解 文档

shrinker, optimizer, obfuscator, and preverifier) |-- protobuf                (a flexible, efficient, automated

likui007 2014-05-12   415   0

MessagePack, Protocol Buffers和Thrift序列化框架原理和比较说明 经验

的分析,主要分析了这些框架的序列化和反序列化部分的内容。实际上 messagepack 和 thrift 都还有自己的 rpc 调用框架。 所有的测试都是在本机上进行,基于 100 条元数据进行测试。可能不同数据,以及不同的规模,测试结果应该会存在差别,

jopen 2014-10-07   88446   0

移动化浪潮下,谈谈多端优化以及延缓架构腐化 经验

完成握手的算法(参考TLS 1.3),保障安全的同时能够极大地降低TLS握手时间; 选用Protobuf等二进制协议减小传输数据大小,使用ETag和304减少不必要的Response传输。 基

cclive1601 2016-10-12   4388   0
P12

  Android 2.1 源码结构分析 文档

shrinker, optimizer, obfuscator, and preverifier) |-- protobuf   (a flexible, efficient, automated mechanism

fanzhang 2012-08-23   3960   0

高负载微服务系统的诞生过程 经验

用了 protobuf ,我们认为它就是我们需要的东西。 它看起来是这样的: 微服务的前面有一个负载均衡器。请求到达前端,或者直接发送给提供了JSON API的服务。protobuf被用于内部服务之间的交互。

junck364 2017-06-14   44858   0

如何基于MySQL及Redis搭建统一的KV存储服务 经验

所以面向海量存储服务,MySQL从一开始就设计为一个KV系统是可行的。value使用mediumblob存储xml/json/protobuf/thrift格式化数据序列化之后的数据。 2.3  MySQL KV化的使用方式 1、

CarissaWild 2017-02-22   63881   0

优化Android应用内存的若干方法 经验

因为每个库做的事情都不一样. 例如, 一个库可能使用的是 nano protobuf 另外一个库使用的是 micro protobuf, 现在在你的应用中有两个不同 protobuf 的实现. 这将会有不同的日志, 分析, 图片加载框架

jopen 2014-02-10   78641   0

强大的 C# 组件库:IKendeLib 经验

.net组件,它提供非常简便的操作方式可以让开发人员轻松地访问Redis,同时提供json和protobuf的数据格式支持.基于连接池的默认访问 方式可以让开发人员简洁高效地访问redis同时,而不必关心线程和连接同步等一系列复杂的事情

jopen 2014-01-15   33812   0

zerg - 基于docker的分布式爬虫服务 经验

host:ip> --url http://taobao.com 可选步骤 1、重新生成 protobuf service protoc protos/crawl.proto --go_out=plugins=grpc:protos

TensorFlow v1.1.0 发布,一个表达机器学习算法的接口 资讯

read MultiBox priors from txt file rather than protobuf. Added colocation constraints to StagingArea

jopen 2017-04-26   14107   0

Golang开源:Poseidon - 360 出品的日志搜索平台 经验

:将倒排索引的元数据写入NoSQL库中的工具。 common 目前仅仅用来存放该项目中用到的 protobuf 定义 docs 存放了相关的技术文档。 项目设计文档 设计思路和原理(2016上海QCon大会分享PPT)

acfc4096 2016-12-10   12929   0

Actor 开发模型库,Akka 2.4 RC1 发布 资讯

版本,主要改进如下: Persistence Query types for LevelDB protobuf serialization for Cluster Sharding, Cluster Client

jopen 2015-08-22   6165   0
AKKA  

分布式文件系统Go-IPFS v0.4.3-rc1 发布 资讯

of the CLI. (@Kubuxu, ipfs/go-ipfs#2761 ) Fix protobuf encoding on the API and in commands. (@stebalien

jopen 2016-07-24   9569   0

对Hadoop进行打包,分发和测试的工具:Apache Bigtop 介绍 经验

wget tar git subversion gcc gcc-c++ make fuse protobuf-compiler autoconf automake libtool sharutils asciidoc

jopen 2014-05-13   35312   0

Android ORM 框架之 greenDAO 使用心得 经验

官网 greenDAO 支持 protocol buffer(protobuf) 协议数据的直接存储,如果你通过 protobuf 协议与服务器交互,将不需要任何的映射。 与 ORMLite 等使用注解方式的

jopen 2015-07-28   1296797   0

Android上最流行的HTTP Client库,Retrofit 2.0:有史以来最大的改进 资讯

retrofit:converter-moshi Protobuf: com.squareup.retrofit:converter-protobuf Wire: com.squareup.ret

jopen 2015-09-15   293790   0

Stack Overflow 2016最新架构探秘 资讯

。当用户访问在一级缓存L1中未命中后会去二级缓存中的Redis取值,这些值以Protobuf格式存储,并以 protobuf-dot-net 解析。Redis客户使用的 StackExchange.Redis

jopen 2016-03-01   45291   0

Android Retrofit使用指南 经验

retrofit2:converter-moshi Protobuf: com.squareup.retrofit2:converter-protobuf Wire: com.squareup.retrofit2:converter-wire

TristaLomax 2016-05-25   47552   0
1 2 3 4 5 6 7 8 9 10