Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p1llus/elastic-playground
https://github.com/p1llus/elastic-playground
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/p1llus/elastic-playground
- Owner: P1llus
- Created: 2023-06-04T08:33:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-11T12:32:59.000Z (over 1 year ago)
- Last Synced: 2024-12-09T02:09:13.135Z (about 1 month ago)
- Language: JavaScript
- Size: 741 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`