Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laurci/mx-indexer
https://github.com/laurci/mx-indexer
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/laurci/mx-indexer
- Owner: laurci
- Created: 2023-09-26T17:27:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-26T17:51:12.000Z (over 1 year ago)
- Last Synced: 2024-10-30T06:27:16.256Z (3 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mx-indexer
The indexer is just a basic `opensearch` setup. To start it just run `docker compose up -d`. Default credentials are `admin:admin`.
# Setup
Before using this repo, make sure you increase the amount of memory maps available on your host.
```sh
# Edit the sysctl config file
sudo vi /etc/sysctl.conf# Add a line to define the desired value
# or change the value if the key exists,
# and then save your changes.
vm.max_map_count=262144# Reload the kernel parameters using sysctl
sudo sysctl -p# Verify that the change was applied by checking the value
cat /proc/sys/vm/max_map_count
```# PORTS
- `opensearch`: `9200`
- `kibana`: `5601`