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

      Database Decision Chart

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion rdbms database nosql
      1
      3 Votes
      1 Posts
      433 Views
      No one has replied
    • OksanaO

      What Is Microsoft Azure Key-Value Store? An Introduction

      Watching Ignoring Scheduled Pinned Locked Moved Starwind starwind azure nosql microsoft
      1
      0 Votes
      1 Posts
      1k Views
      No one has replied
    • scottalanmillerS

      Intro to NoSQL from MangoCon 2019

      Watching Ignoring Scheduled Pinned Locked Moved MangoCon mangocon 2019 nosql nosql database database youtube scott alan miller
      3
      3 Votes
      3 Posts
      791 Views
      Emad RE

      @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.

    • scottalanmillerS

      PATH Error with TimeScaleDB-Tune on Fedora 30

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion timescaledb postgresql postgresql 11 fedora fedora 30 linux database nosql rdbms
      15
      0 Votes
      15 Posts
      2k Views
      scottalanmillerS

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

      then why are you even using it?

      Capacity Planning, for example.

    • scottalanmillerS

      NoSQL for IT at MangoCon 2019 Topic

      Watching Ignoring Scheduled Pinned Locked Moved MangoCon mangocon mangocon 2019 nosql database scott alan miller mongodb cassandra scylladb redis dgraph dba
      1
      3 Votes
      1 Posts
      655 Views
      No one has replied
    • J

      Free Veeam for DGraph Linux Restore

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion veeam linux centos dgraph database nosql clustered database veeam linux agent backup disaster recovery
      76
      2 Votes
      76 Posts
      5k Views
      scottalanmillerS

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

    • scottalanmillerS

      MongoDB Major Change to Licensing

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion mongodb open source licensing database nosql
      78
      1 Votes
      78 Posts
      8k Views
      scottalanmillerS

      @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.

    • scottalanmillerS

      MongoDB Storage Engine Error Detected MMapV1 and wiredTiger

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion mmapv1 wiredtiger mongodb mongodb 3 database nosql
      3
      0 Votes
      3 Posts
      4k Views
      scottalanmillerS

      @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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion graylog2 elasticsearch nosql
      5
      2 Votes
      5 Posts
      1k Views
      stacksofplatesS

      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.

    • scottalanmillerS

      Remove Duplicate Entries from MongDB Collection

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion mongodb nosql aggregate
      3
      1 Votes
      3 Posts
      794 Views
      bbigfordB

      @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.

    • scottalanmillerS

      Find Duplicate Value Entries in MongoDB Collection

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion mongodb nosql javascript aggregate
      2
      3 Votes
      2 Posts
      6k Views
      scottalanmillerS

      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 }}}])
    • mlnewsM

      MongoDB Most Wanted Database by Developers

      Watching Ignoring Scheduled Pinned Locked Moved News databases nosql mongodb
      1
      2 Votes
      1 Posts
      663 Views
      No one has replied
    • mlnewsM

      MongoDB Drops ACID

      Watching Ignoring Scheduled Pinned Locked Moved News mongodb nosql databases mongodb 4.0 acid
      2
      1 Votes
      2 Posts
      712 Views
      scottalanmillerS

      Gotta love that MongoDB 🙂

    • StrongBadS

      Linux Foundation Saves RethinkDB After Company Goes Under

      Watching Ignoring Scheduled Pinned Locked Moved News linux foundation rethinkdb database nosql open source
      1
      3 Votes
      1 Posts
      931 Views
      No one has replied
    • mlnewsM

      Couchbase on NoSQL and Open Source

      Watching Ignoring Scheduled Pinned Locked Moved News couchbase nosql database open source opensource.com
      1
      0 Votes
      1 Posts
      892 Views
      No one has replied
    • mlnewsM

      RockMongo: A GUI for MongoDB

      Watching Ignoring Scheduled Pinned Locked Moved News database mongodb rockmongo nosql open source
      1
      4 Votes
      1 Posts
      1k Views
      No one has replied
    • scottalanmillerS

      Installing an ElasticSearch 2 Cluster on CentOS 7

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion elasticsearch elasticsearch 2 graylog graylog2 elk logging nosql clustering how to scale scale hc3
      1
      6 Votes
      1 Posts
      2k Views
      No one has replied
    • scottalanmillerS

      Why Does Everyone Still Focus on Relational Databases?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion rdbms nosql database databases
      51
      2 Votes
      51 Posts
      8k Views
      guyinpvG

      @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!

    • scottalanmillerS

      Installing MongoDB 3.2 on CentOS 7

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ntg lab scale scale hc3 mongodb mongodb 3 mongodb 3.2 nosql centos linux server linux centos 7 rhel 7
      7
      5 Votes
      7 Posts
      5k Views
      JaredBuschJ

      @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
    • scottalanmillerS

      How To Set Up a Redis Slave

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nosql redis how to
      1
      2 Votes
      1 Posts
      1k Views
      No one has replied
    • 1
    • 2
    • 1 / 2