ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. nosql
    Log in to post
    • All categories
    • scottalanmiller

      Database Decision Chart
      IT Discussion • rdbms database nosql • • scottalanmiller

      1
      3
      Votes
      1
      Posts
      159
      Views

      No one has replied

    • Oksana

      What Is Microsoft Azure Key-Value Store? An Introduction
      Starwind • starwind azure nosql microsoft • • Oksana

      1
      0
      Votes
      1
      Posts
      235
      Views

      No one has replied

    • scottalanmiller

      Intro to NoSQL from MangoCon 2019
      MangoCon • mangocon 2019 nosql nosql database database youtube scott alan miller • • scottalanmiller

      3
      3
      Votes
      3
      Posts
      246
      Views

      Emad R

      @scottalanmiller

      I like your 53 mins intros, but that said you cover and reach all the important parts. I wonder what will be deep dive session how long will that video be.

    • scottalanmiller

      Solved PATH Error with TimeScaleDB-Tune on Fedora 30
      IT Discussion • timescaledb postgresql postgresql 11 fedora fedora 30 linux database nosql rdbms • • scottalanmiller

      15
      0
      Votes
      15
      Posts
      1043
      Views

      scottalanmiller

      @dafyre said in PATH Error with TimeScaleDB-Tune on Fedora 30:

      then why are you even using it?

      Capacity Planning, for example.

    • scottalanmiller

      NoSQL for IT at MangoCon 2019 Topic
      MangoCon • mangocon mangocon 2019 nosql database scott alan miller mongodb cassandra scylladb redis dgraph dba • • scottalanmiller

      1
      3
      Votes
      1
      Posts
      280
      Views

      No one has replied

    • J

      Free Veeam for DGraph Linux Restore
      IT Discussion • veeam linux centos dgraph database nosql clustered database veeam linux agent backup disaster recovery • • Jimmy9008

      76
      2
      Votes
      76
      Posts
      988
      Views

      scottalanmiller

      So, circling back. How is the backup project going?

    • scottalanmiller

      MongoDB Major Change to Licensing
      Developer Discussion • mongodb open source licensing database nosql • • scottalanmiller

      78
      1
      Votes
      78
      Posts
      1912
      Views

      scottalanmiller

      @StorageNinja said in MongoDB Major Change to Licensing:

      @scottalanmiller said in MongoDB Major Change to Licensing:

      if you are a SaaS vendor looking at building software that uses MongoDB somewhere, you'd better get a lawyer looking over this license and how it applies to you.

      This is becoming a bigger issue as the biggest SaaS vendors hide behind this clause more and more with incredibly proprietary forks. They offer very little to no actual core development or contribution and it goes against the previous method of GPL code getting funding.

      It annoys me, as the legal headaches of contributing internal only use code back will block some companies from using OSS, but I see it both ways.

      The startups who are doing a lot of the core housekeeping of NOSQL platforms are learning they can't find a business model. This is getting messier and messier.

      Partially because there are just too any vendors involved.

      What's amazing, though, is that a move like this took a customer who was very into MongoDB and using it in projects and was literally working with MongoDB's own hosted product and now looking to avoid it like the plague.

      So at least in this one case, they are likely losing hosted product from this. And gaining nothing. I imagine a lot of customers going through this same process.

    • scottalanmiller

      MongoDB Storage Engine Error Detected MMapV1 and wiredTiger
      IT Discussion • mmapv1 wiredtiger mongodb mongodb 3 database nosql • • scottalanmiller

      3
      0
      Votes
      3
      Posts
      2485
      Views

      scottalanmiller

      @jaredbusch said in MongoDB Storage Engine Error Detected MMapV1 and wiredTiger:

      @scottalanmiller okay, they totally fucked this up.

      Yeah, this is some weird stuff.

    • C

      Backup and Restore ElasticSearch Indices
      IT Discussion • graylog2 elasticsearch nosql • • chaitanya.joshi

      5
      2
      Votes
      5
      Posts
      561
      Views

      stacksofplates

      https://github.com/ElasticHQ/elasticsearch-HQ

      So I don't believe it handles snapshots yet, but it still looks like a pretty useful tool that I have been meaning to try out for people who don't want to manage through the API.

    • scottalanmiller

      Remove Duplicate Entries from MongDB Collection
      IT Discussion • mongodb nosql aggregate • • scottalanmiller

      3
      1
      Votes
      3
      Posts
      441
      Views

      bbigford

      @scottalanmiller said in Remove Duplicate Entries from MongDB Collection:

      You can add an index as well, to avoid having duplicates occur in the future:

      db.myCollection.createIndex({"my_field_to_be_unique":1},{unique:true})

      Good idea.

    • scottalanmiller

      Find Duplicate Value Entries in MongoDB Collection
      IT Discussion • mongodb nosql javascript aggregate • • scottalanmiller

      2
      3
      Votes
      2
      Posts
      5958
      Views

      scottalanmiller

      For more detail, showing the UIDs of each of the duplicates in question, try this little extension:

      db.myCollection.aggregate([ {$group: { _id: "$field_to_search", "dups": { "$push": "$_id" }, count: { $sum: 1}}}, {$match: { count: { $gt: 1 }}}])
    • mlnews

      MongoDB Most Wanted Database by Developers
      News • databases nosql mongodb • • mlnews

      1
      2
      Votes
      1
      Posts
      409
      Views

      No one has replied

    • mlnews

      MongoDB Drops ACID
      News • mongodb nosql databases mongodb 4.0 acid • • mlnews

      2
      1
      Votes
      2
      Posts
      370
      Views

      scottalanmiller

      Gotta love that MongoDB 🙂

    • StrongBad

      Linux Foundation Saves RethinkDB After Company Goes Under
      News • linux foundation rethinkdb database nosql open source • • StrongBad

      1
      3
      Votes
      1
      Posts
      705
      Views

      No one has replied

    • mlnews

      Couchbase on NoSQL and Open Source
      News • couchbase nosql database open source opensource.com • • mlnews

      1
      0
      Votes
      1
      Posts
      701
      Views

      No one has replied

    • mlnews

      RockMongo: A GUI for MongoDB
      News • database mongodb rockmongo nosql open source • • mlnews

      1
      4
      Votes
      1
      Posts
      890
      Views

      No one has replied

    • scottalanmiller

      Installing an ElasticSearch 2 Cluster on CentOS 7
      IT Discussion • elasticsearch elasticsearch 2 graylog graylog2 elk logging nosql clustering how to scale scale hc3 • • scottalanmiller

      1
      6
      Votes
      1
      Posts
      1800
      Views

      No one has replied

    • scottalanmiller

      Why Does Everyone Still Focus on Relational Databases?
      IT Discussion • rdbms nosql database databases • • scottalanmiller

      51
      2
      Votes
      51
      Posts
      5402
      Views

      guyinpv

      @scottalanmiller said in Why Does Everyone Still Focus on Relational Databases?:

      I just built out a NoSQL ElasticSearch three node cluster in the lab. Whoo!

      The perfect DB setup for storing a hit counter for the number of times I've watched Tombstone!

    • scottalanmiller

      Installing MongoDB 3.2 on CentOS 7
      IT Discussion • ntg lab scale scale hc3 mongodb mongodb 3 mongodb 3.2 nosql centos linux server linux centos 7 rhel 7 • • scottalanmiller

      7
      5
      Votes
      7
      Posts
      4323
      Views

      JaredBusch

      @scottalanmiller said in Installing MongoDB 3.2 on CentOS 7:

      Just tested and deployed to CentOS 7.2 on Linode.

      This failed me, so I went to the mongo docs and the baseurl contains the variable $releasever.

      using that results in redhat//mongodb in the file, which is why I assume you hard coded that bit.

      Escaping the $ fixes it.

      cat > /etc/yum.repos.d/mongodb-org-3.2.repo <<EOF [mongodb-org-3.2] name=MongoDB Repository baseurl=https://repo.mongodb.org/yum/redhat/\$releasever/mongodb-org/3.2/x86_64/ gpgcheck=1 enabled=1 gpgkey=https://www.mongodb.org/static/pgp/server-3.2.asc EOF
    • scottalanmiller

      How To Set Up a Redis Slave
      IT Discussion • nosql redis how to • • scottalanmiller

      1
      2
      Votes
      1
      Posts
      868
      Views

      No one has replied