Skip to content
This repository has been archived by the owner on Jan 20, 2018. It is now read-only.
/ node-43 Public archive

DEPRECATED - Node-43 is an alternative consumer for Element43.

License

Notifications You must be signed in to change notification settings

EVE-Tools/node-43

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


⚠️⚠️⚠️⚠️⚠️


This project is not maintained anymore! Please check here for alternatives. This repository is kept online for reference purposes only and can be taken offline/deleted any time.


⚠️⚠️⚠️⚠️⚠️


node-43

Build Status Coveralls Dependencies Status Code Climate gittip

Node-43 is an alternative consumer for Element43 and Postgres 9.5+. Citadel's orders get filtered until CCP provides a proper API.

Installation

  • Install Element43 as described in the readme
  • git clone this repository
  • Run npm install
  • Configure the app by editing config.js
  • Run node app.js to run node-43

Improvements / Advantages

  • No need for Redis
  • More efficient
    • Built with non-blocking asynchronous libraries
    • SQL optimized for PostgreSQL
    • Less queries
    • No working tables
      • No cron jobs required
  • History data is processed on-the-fly
  • Orders are (de)activated on-the-fly
  • Live display of current operation and backlog

Releases

No releases published

Packages

No packages published