com.expedia.www:blobs-core

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

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

Скачать blobs-core

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

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

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
commons-lang : commons-lang jar 2.6
com.revinate : guava-rate-limiter jar 19.0
org.slf4j : slf4j-api jar 1.7.25
com.expedia.www : blobs-grpc-models jar 1.1.0
commons-io : commons-io jar 2.6
org.xerial.snappy : snappy-java jar 1.1.7.3

test (7)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-log4j12 jar 1.7.25
org.easymock : easymock jar 3.4
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