Categorygithub.com/cocosearch/indexer
modulepackage
0.0.1
Repository: https://github.com/cocosearch/indexer.git
Documentation: pkg.go.dev

# README

indexer

Build Status codecov Go Report Card License Release

Introduction

indexer is the indexer of cocosearch written in Go.

Prerequisites

  • Go >= 1.17.0

Run

git clone https://github.com/cocosearch/indexer.git

cd indexer
version=latest make build
./bin/indexer --config-file="$PWD/config/config.yml"

Docker

git clone https://github.com/cocosearch/indexer.git

cd indexer
version=latest make docker
docker run -v "$PWD"/config:/tmp ghcr.io/cocosearch/indexer:latest --config-file="/tmp/config.yml"

Usage

usage: indexer --config-file=CONFIG-FILE [<flags>]

cocosearch indexer

Flags:
  --help                     Show context-sensitive help (also try --help-long
                             and --help-man).
  --version                  Show application version.
  --config-file=CONFIG-FILE  Config file (.yml)

Settings

indexer parameters can be set in the directory config.

An example of configuration in config.yml:

apiVersion: v1
kind: indexer
metadata:
  name: indexer
spec:

License

Project License can be found here.

Reference

# Packages

No description provided by the author
No description provided by the author