Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/p1llus/elastic-playground


https://github.com/p1llus/elastic-playground

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

[![Codecov](https://codecov.io/gh/P1llus/elastic-playground/branch/main/graph/badge.svg?token=76G6J0OU9W)](https://codecov.io/gh/P1llus/elastic-playground)
![Github Actions](https://github.com/P1llus/elastic-playground/actions/workflows/github-actions.yml/badge.svg)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/P1llus/elastic-playground/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/P1llus/elastic-playground/tree/main)

## Elastic Playground

Currently an in-progress app that will include multiple tools and snippets, first tool currently being created is the Ingest Pipeline Builder.

### Starting the App

Everything runs inside docker containers (Custom ES build and the webservice), to try it out, follow these steps:

1. Clone the repository
2. Rename `.env.example` to `.env`, no need to modify any ES values.
3. If you want to use the Azure OpenAI features, modify the .env with the information for your deployment.
4. Start with `docker-compose up`