Funktion Connector ElasticSearch

Funktion :: Connector :: ElasticSearch

Лицензия

Лицензия

Категории

Категории

Search Прикладные библиотеки Elasticsearch
Группа

Группа

io.fabric8.funktion.connector
Идентификатор

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

connector-k8elasticsearch
Последняя версия

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

1.1.55
Дата

Дата

Тип

Тип

jar
Описание

Описание

Funktion Connector ElasticSearch
Funktion :: Connector :: ElasticSearch
Организация-разработчик

Организация-разработчик

Red Hat

Скачать connector-k8elasticsearch

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

<!-- https://jarcasting.com/artifacts/io.fabric8.funktion.connector/connector-k8elasticsearch/ -->
<dependency>
    <groupId>io.fabric8.funktion.connector</groupId>
    <artifactId>connector-k8elasticsearch</artifactId>
    <version>1.1.55</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.funktion.connector/connector-k8elasticsearch/
implementation 'io.fabric8.funktion.connector:connector-k8elasticsearch:1.1.55'
// https://jarcasting.com/artifacts/io.fabric8.funktion.connector/connector-k8elasticsearch/
implementation ("io.fabric8.funktion.connector:connector-k8elasticsearch:1.1.55")
'io.fabric8.funktion.connector:connector-k8elasticsearch:jar:1.1.55'
<dependency org="io.fabric8.funktion.connector" name="connector-k8elasticsearch" rev="1.1.55">
  <artifact name="connector-k8elasticsearch" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.funktion.connector', module='connector-k8elasticsearch', version='1.1.55')
)
libraryDependencies += "io.fabric8.funktion.connector" % "connector-k8elasticsearch" % "1.1.55"
[io.fabric8.funktion.connector/connector-k8elasticsearch "1.1.55"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
io.fabric8.funktion : k8elasticsearch jar 1.1.55
io.fabric8.funktion : funktion-runtime jar 1.1.55
org.springframework.boot : spring-boot-starter-test jar

test (5)

Идентификатор библиотеки Тип Версия
org.assertj : assertj-core jar 2.4.1
io.rest-assured : rest-assured jar 3.0.0
org.jboss.arquillian.junit : arquillian-junit-container jar
io.fabric8 : fabric8-arquillian jar
org.jboss.shrinkwrap.resolver : shrinkwrap-resolver-impl-maven jar

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

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

NOTE this open source project is now sandboxed

Red Hat has stopped funding this OSS project! Feel free to fork it and maintain it if you like.

If you're looking for a kubernetes based FaaS we recommend you try use one of these open source alternatives:

  Funktion

Funktion is an open source event driven lambda style programming model on top of Kubernetes. This project provides a command line tool for working with Funktion

Funktion supports hundreds of different trigger endpoint URLs including most network protocols, transports, databases, messaging systems, social networks, cloud services and SaaS offerings.

In a sense funktion is a serverless approach to event driven microservices as you focus on just writing funktions and Kubernetes takes care of the rest. Its not that there's no servers; its more that you as the funktion developer don't have to worry about managing them.

funktion logo

Getting Started

Please Install Funktion then follow the Getting Started Guide

Documentation

Please see the website and the User Guide

License

This project is Apache Licensed

Building

You will need a recent install of go along with glide.

Then the first time you want to build you need to do this:

mkdir -p $GOHOME/src/github.com/funktionio
cd $GOHOME/src/github.com/funktionio
git clone https://github.com/funktionio/funktion.git
cd funktion
make bootstrap

Now whenever you want to do build you can just type

make

and you'll get a ./funktion binary you can play with

Running locally outside of docker

If you want to hack on the operator its often easier to just run it locally on your laptop using your local build via

./funktion operate

And scale down/delete the funktion-operator thats running inside kubernetes.

Provided your machine can talk to your kubernetes cluster via:

kubectl get pod
kubectl get node

then the funktion binary should be able to monitor and operate all your flows and functions.

io.fabric8.funktion.connector

fabric8

open source development platform for kubernetes

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

Версия
1.1.55
1.1.53