Coder Social home page Coder Social logo

audio-nerve's People

Contributors

dependabot[bot] avatar hipstermojo avatar julius383 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

audio-nerve's Issues

Possible storage strategies

Description

It is very likely that snippet uploads will need a temporary storage before being processed to become fingerprints. Because of this, we may need to have a temporary storage strategy for them.

This depends on where we eventually deploy the server. To that end, here are some possibilities:

Storage Option Disadvantage
In-memory This is not scalable as a deployed server would need most of the RAM for processing. RAM is also volatile so a crash will get rid of all the data
BLOBs on the database Might be lossy when converting the bytes back and forth but is quite viable otherwise
File system on the server Better than in-memory, but that cancels out Heroku since writing to the file system (iirc) is not allowed. Otherwise something like Digital Ocean would work better here.
Storage bucket The only drawback is that this is the most expensive option

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.