Code Monkey home page Code Monkey logo

Comments (3)

louischatriot avatar louischatriot commented on July 21, 2024

Thanks :)
I think it depends on what you want to do with blobs (how many to store, typical size). You can already store them in a NeDB database as strings using base64, but I think you don't want to store too many of them (like, no more than ~300MB) since it would eat up RAM.

Another possibility, as you mention, is to use the filesystem and store only path to files in the database, but I don't think NeDB should handle that, rather NeDB users should. That could be you, or another module that uses NeDB and which I (or you !) could code.

from nedb.

jollyjumper avatar jollyjumper commented on July 21, 2024

Thank for your feedback.
The idea is to propose an all in one package for easy store different type of data. But yes an other module could do the job.
In my case what I'm looking at is to locally store, user made canvas or/and svg files with an immutable flat version (~png), for other use. There are different way to achieve that, one being a mix of local db store + file storage for png.
Thanks.

from nedb.

louischatriot avatar louischatriot commented on July 21, 2024

I think that providing native support for blobs is still outside of NeDB's scope for now. Since your large objects are immutable, I think the best way for you to store them is to use a local db store + file storage so that shouldn't be blocking :)

I may implement blob support in the future but I'll close this for now.

from nedb.

Related Issues (20)

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.