# evedata **Repository Path**: alienblog/evedata ## Basic Information - **Project Name**: evedata - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # evedata [EVEData.org website](https://www.evedata.org) [![Build Status](https://travis-ci.org/antihax/evedata.svg?branch=master)](https://travis-ci.org/antihax/evedata) [![codecov](https://codecov.io/gh/antihax/evedata/branch/master/graph/badge.svg)](https://codecov.io/gh/antihax/evedata) ## Contact See @antihax on #devfleet #tweetfleet Slack. ## Contributing You will need Docker for the mock services ### Services | Service | Description | | ------------- |-------------| | Artifice | Task scheduler | | Conservator | Integration (discord, slack, ts3, mumble) | | Hammer | Main ESI Consumer | | KillmailDump | Dumps killmail stream to json files | | MailServer | IMAP/SMTP Proxy for EVE Mail | | Nail | Database store | | Squirrel | Not used yet. Pulls static data into DB get updates faster. | | Tailor | Killmail to dogma attribute service | | TokenServer | CCP OAuth2 Caching service | | Vanguard | Web Front End| | ZKillboard | ZKillboard API and RedisQ Consumer | ### Setup your environment 1. Fork this repository and clone the fork into `gopath/src/github.com/antihax`. 2. `go get -u ./...` in the repository to install dependencies. 3. Run ./mock.sh 4. Run ./test.sh Before working on your local copy, please use a seperate branch. If there are tests in the package, please make sure you add tests for your work, unless it will hit a public CCP service.