Giter Club home page Giter Club logo

diffeqonlineserver's People

Contributors

amellnik avatar asinghvi17 avatar chrisrackauckas avatar ismael-vc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

diffeqonlineserver's Issues

Need better sanitization of inputs

Sending a system of equations like

dx = a*x - b*x*y + println("meh")
dy = -c*y + d*x*y

does print 'meh' on the server before throwing any errors at the moment...

Cannot setup the backend server

Hi,

Thanks for open sourcing this project!
I am trying to setup the backend server as mentioned in the instructions: julia ./api/mux_server.jl 7777
The package DiffEqWebBase is missing.
I tried to Pkg.add("DiffEqWebBase"), but Julia's package manager cannot find the package.

Docker image is comically large

We end up using a ton of julia packages at the moment which require a build the first time around. All of these build artifacts end up in the docker image, and I should figure out how to not have that happen...

Choose a host for a production backend

We now have a containerized version of the backend, and need somewhere to stick it. I started working through gcloud but it's pretty painful, and the docker support is pretty rough at the moment. Digitalocean seems like an OK option but I don't think there's any easy way to automatically scale it up and down based on usage. If you don't have any preferences I'll go with either that or Heroku.

Move away from JuliaWebAPI.jl

I think that since we're going to handle all the scaling and provisioning outside the container, we should just write a very simple server in Mux.jl instead. Implementing this would also close #1.

Heroku runs as a user

In the docker image packages need to be installed as root, but the server process needs to run under some user. This may be as easy as pushing something to LOAD_PATH but I don't actually know where the package folder is. Will take another look at it tomorrow.

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.