quake3-importer

module
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 15, 2022 License: MIT

README

quake3-importer

build Go Report Card Coverage Status

Application to import quake3 stats files into mongodb.

Note: application parse only FFA stats file. You are wellcome to contribute.

Quick start

Clone repository and run make build command. Go to the app directory and run application with next parameters:

  • dbconn - connection string to mongodb
  • dbname - name of the database
  • path - path to the directory with stats files

Example:

git clone git@github.com:adobromilskiy/quake3-importer.git
cd quake3-importer
make build
cd app
./app --dbconn=mongodb://localhost:27017 --dbname=quake3 --path=/path/to/stats/files

Directories

Path Synopsis
app

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL