Git Product home page Git Product logo

Comments (3)

cobyism avatar cobyism commented on August 29, 2024

I'm interested to hear about this too—more because I've not really ever worked with Mongo before than anything else.

from swordfish.

skalnik avatar skalnik commented on August 29, 2024

It may make sense for us encrypting items of any size. Right now it's just username/password pairs, but notes, CC info, etc may come in the future. I'm not entirely sure what @bkeepers has in mind, but I'd love to see this replace 1Password for me in the future.

from swordfish.

bkeepers avatar bkeepers commented on August 29, 2024

@asenchi As @skalnik mentions, my initial motivation was because I want items to be schema-less (could be login, credit card, software license, etc). However, the schema has become fairly static, with all the real info stored in one encrypted blob. There may be other unencrypted fields later, but there's no reason we can't serialize them into a text field.

So there's no reason it needs to stay in Mongo. I'm fine with moving it to something else if someone wants to take a stab at it.

Side note: You should all actually try building something with Mongo. It's gotten a bad rap, but I personally I prefer it to anything else right now. There are certainly tradeoffs, but there are with any database. Most don't learn about the tradeoffs and then hate on Mongo when their ignorance bites them in the ass.

from swordfish.

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.