com.expedia.www:blobs-agent-client

Set of libraries that allow one to write serialized files with metadata to external storage and read back

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

com.expedia.www
Идентификатор

Идентификатор

blobs-agent-client
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Set of libraries that allow one to write serialized files with metadata to external storage and read back

Скачать blobs-agent-client

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.expedia.www/blobs-agent-client/ -->
<dependency>
    <groupId>com.expedia.www</groupId>
    <artifactId>blobs-agent-client</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.expedia.www/blobs-agent-client/
implementation 'com.expedia.www:blobs-agent-client:1.1.0'
// https://jarcasting.com/artifacts/com.expedia.www/blobs-agent-client/
implementation ("com.expedia.www:blobs-agent-client:1.1.0")
'com.expedia.www:blobs-agent-client:jar:1.1.0'
<dependency org="com.expedia.www" name="blobs-agent-client" rev="1.1.0">
  <artifact name="blobs-agent-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.expedia.www', module='blobs-agent-client', version='1.1.0')
)
libraryDependencies += "com.expedia.www" % "blobs-agent-client" % "1.1.0"
[com.expedia.www/blobs-agent-client "1.1.0"]

Зависимости

compile (8)

Идентификатор библиотеки Тип Версия
com.expedia.www : blobs-core jar 1.1.0
commons-lang : commons-lang jar 2.6
io.opentracing : opentracing-api jar 0.31.0
com.google.protobuf : protobuf-java jar 3.4.0
io.grpc : grpc-testing jar 1.9.0
com.expedia.www : blobs-grpc-models jar 1.1.0
com.typesafe : config jar 1.3.1
org.apache.commons : commons-lang3 jar 3.4

provided (2)

Идентификатор библиотеки Тип Версия
io.grpc : grpc-all jar 1.9.0
io.grpc : grpc-netty-shaded jar 1.9.0

test (8)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-log4j12 jar 1.7.25
org.easymock : easymock jar 3.4
org.mockito : mockito-core jar 2.28.2
org.scala-lang : scala-library jar 2.12.5
org.scala-lang : scala-reflect jar 2.12.5
org.scalatest : scalatest_2.12 jar 3.0.3
org.pegdown : pegdown jar 1.6.0
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

Build Status License

Blobs

This repository contains all the modules needed for an application. From creation of a blob, write it to a particular storage sink to read that blob back anytime you want. A blob can be any data that you may need to store somewhere for future need, preferably request and response data of a service.

This library is divided into two for different types of usages:

  1. Standalone

  2. Haystack

    For more information on haystack please refer this.

Table of content

Setup

Clone

Use the following command to clone the repository including the submodules present in it:

git clone --recursive git@github.com:ExpediaDotCom/blobs.git

Build

Use the following command to build the repository:

mvn clean package

Blobs Core

This module contains all the core classes needed to instrument the creation of the blobs and then start the process of writing it to a store. Only the Blob Model is created by the blob.proto present in model module inside the package com.expedia.www.blobs.model.

Stores

Click here for more details.

Версии библиотеки

Версия
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0