Giter Club home page Giter Club logo

cherrypickor's Introduction

build status

An app for cherry picking the best asteroids to mine in a given belt or anomaly based on current market values.

API root: localhost:9000/api

To run locally against latest ESI:

./gradlew build && java -jar -Dspring.profiles.active=production cherrypickor-server/build/libs/cherrypickor-server.jar

To deploy from docker hub:

docker run -d -p 9000:9000 --name cherrypickor wrongsides/cherrypickor

cherrypickor

cherrypickor's People

Contributors

wrongsides avatar

Watchers

 avatar Jon avatar

cherrypickor's Issues

Client app

yea, should make one. Maybe single page web app in react with bootstrap

Use redis cache for production

The map cache is bad and dangerous, would like to move over to spring data redis for production. Keep it simple use a docker image, look into docker-compose for coordinating this with app image deployment.

Raw jita buy value is not enough

Sorting should be left for the client app, even still, ore value alone isn't sufficient to drive the decision we're trying to make. Build on this to supply compressed and isk per hour values.

Set up CD pipeline

Need a mechanism for actually deploying this app. Thinking a Dockerfile to wrap the spring boot single jar in a basic java container with exposed ports. Couple this with a hook to DockerHub, to build on commit to Master and should be sufficient.

cache market orders

If we have the recent market orders for the hub used for valuations, be good to use them for subsequent queries rather than looking it up from esi every time

Build should not requires node installed

Client should get everything it needs to build and run from gradle, doesn't seem to be using the project node_modules folder, rather depends on local node to work.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.