Coder Social home page Coder Social logo

bismark-data-server's Introduction

This repository does not currently contain any code of its own -- it is a container for project-wide issues and wiki pages to be stored. Code is stored in many of the bismark-* repositories.

Wiki: https://github.com/projectbismark/projectbismark/wiki

Project-wide issues: https://github.com/projectbismark/projectbismark/issues

Overall issue dashboard: https://github.com/organizations/projectbismark/dashboard/issues

Project Page and Dataset: http://projectbismark.net.s3.us-east-2.amazonaws.com/index.html

BISmark Poster

bismark-data-server's People

Contributors

sburnett avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bismark-data-server's Issues

Nothing is logged

Uploads and failures aren't logged anywhere. We're using django, so this could easily go into a database.

Switch from apache to nginx

nginx should scale much better. Setting up will require exploring various ways to get nginx talking with Django.

Keep-alive doesn't work

Not sure where it's a client or server problem. First step to diagnose is run our Apache instance in HTTP mode and watch the traffic with Wireshark.

Implement rate limiting

We currently limit the size of each uploaded file, but don't limit the rate at which they're uploaded, so someone could easily DoS the server by uploading many small files.

We should implement a token bucket rate limiter with the following parameters:

  • Token size: 1 byte
  • Bucket size: router_uploads_buffer_size + max_upload_file_size*retry_interval/expected_upload_interval
  • Refill rate: max_upload_file_size / expected_upload_interval

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.