Giter Site home page Giter Site logo

robertlgriecor / search-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pedroescudero/search-server

0.0 0.0 0.0 4.2 MB

:star: Our core search API repository

Home Page: http://apisearch.io

License: MIT License

PHP 85.27% Shell 0.07% Dockerfile 0.02% AngelScript 14.60% ActionScript 0.04%

search-server's Introduction

Apisearch - Server

This library is part of the Apisearch project.

CircleCI Join the Slack

Apisearch is an open source search engine fully based on open source third party technologies. The project provides an in crescendo set of language integration libraries for her users, as well as some third party projects integration bundles, plugins, or javascript widgets.

Step 1 - First of all, let's use docker to create a clean installation of the minimum requirements Apisearch server has.

Using docker-compose - Clone this repository and use docker-compose

git clone [email protected]:apisearch-io/search-server.git
de search-server
docker-compose -f docker-compose/docker-compose-basic.yml up

Using Docker - Create an elasticsearch and a server containers from the registry

docker run -d \
    --network host \
    -e "ES_JAVA_OPTS=-Xms256m -Xmx256m" \
    -e "discovery.type=single-node" \
    -e "action.auto_create_index=-apisearch*,+*" \
    docker.elastic.co/elasticsearch/elasticsearch:7.9.1
    
docker pull apisearchio/search-server:latest
docker run -d \
    --network host \
    -e "APISEARCH_GOD_TOKEN=0e4d75ba-c640-44c1-a745-06ee51db4e93" \
    -e "APISEARCH_HEALTH_CHECK_TOKEN=6326d504-0a5f-f1ae-7344-8e70b75fcde9" \
    -e "APISEARCH_ENABLED_PLUGINS=elasticsearch" \
    -e "ELASTICSEARCH_HOST=localhost" \
    apisearchio/search-server:latest

Step 2 - Check the Server health

curl "http://localhost:8000/health" \
    -H "Apisearch-Token-Id: 6326d504-0a5f-f1ae-7344-8e70b75fcde9"

Some first steps for you!

or

Take a tour using these links.

...and remember give us a star on Github! The more stars we have, the further we'll arrive.

search-server's People

Contributors

mmoreram avatar hkulekci avatar d9tecnologies avatar aeoris avatar cv65kr 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.