Giter VIP home page Giter VIP logo

connectors-kotlin's Introduction

connectors-kotlin aka konnectors

The home of Elastic Enterprise Connector Clients in Kotlin. This repository contains the framework for customizing Elastic Enterprise Search native connectors, or writing your own connectors for advanced use cases.

The connectors will be operated by an administrative user from within Kibana.

Other Connector Clients frameworks

Getting started

There are two ways to run the application: with or without Docker. The Docker way is the easiest way to get started. Running the application locally without Docker requires a few more steps.

Prerequisites

  • Elasticsearch is running and you can connect to it
  • spring.elasticsearch options are properly configured in application.yml or in a profile-specific yml file

Docker-specific

  • Docker is installed and running

Non-Docker-specific

  • Java 17 is installed. Pro tip: look at the sdkman project for managing multiple Java versions on your computer.

Building and tagging a docker image

docker build -t konnectors:latest .

Running the docker image locally

docker run -p 8088:8088 konnectors:latest

Building the application locally

./gradlew clean build

Running the tests

./gradlew test

Running the application locally without docker

./gradlew bootRun

connectors-kotlin's People

Contributors

mchernyavskaya avatar

Stargazers

 avatar

Watchers

 avatar James Cloos 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.