<?xml version="1.0" encoding="UTF-8"?>
        <rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
            <channel>
                <title>Humongous Documentation</title>
                <atom:link href="https://www.humongous.io/docs/rss" rel="self" type="application/rss+xml" />
                <link>https://www.humongous.io</link>
                <description></description>
                <language>en-us</language>
                <ttl>60</ttl>
                <image>
                    <url>https://eldonlabs.s3.amazonaws.com/hiodocs/159/public/images/favicon.png</url>
                    <title>Humongous Documentation</title>
                    <link>https://www.humongous.io</link>
                    <width>32</width>
                    <height>32</height>
                </image> 

                
            <item>
                <title>Keyboard shortcuts</title>
                <link>https://www.humongous.io/docs/shortcuts</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/shortcuts</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><h2>Jump to the search bar</h2><p>Press <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">/</span> to jump to the search bar.</p><h2>Jump to the query bar</h2><p>Press <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">ctrl + /</span> to jump to the query bar.</p><h2>Jump to a specific collection</h2><p>Press <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">⌘ + J</span> to open the collection selector.</p></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Get Started with DocumentDB</title>
                <link>https://www.humongous.io/docs/projects/get-started-documentdb</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/projects/get-started-documentdb</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><p>By default, tools and GUIs such as Humongous cannot directly access a DocumentDB cluster from outside of its VPC. This is a security measure put in place by AWS to prevent DocumentDB customers from accidentally exposing their database.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/aws-documentdb-vpc.png" title="AWS DocumentDB VPC" alt="AWS DocumentDB VPC"/></div></div></div></div><p>In order to connect Humongous to your DocumentDB cluster, you need to create a proxy that will act as a bridge between your cluster and the outside world.</p><blockquote class="docs_blockquote"><p>Don&#x27;t get discouraged at the sight of the word proxy. The end-to-end process is very simple and will take us less than 15min.</p></blockquote><p>This is what the end-to-end diagram looks like.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/aws-documentdb-vpc-proxy.png" title="AWS DocumentDB VPC with Proxy" alt="AWS DocumentDB VPC with Proxy"/></div></div></div></div><h2>Identifying your cluster&#x27;s VPC ID</h2><p>Your DocumentDB cluster and the proxy need to be in the same VPC, so let&#x27;s start by identifying your cluster&#x27;s <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">VPC ID</span>.</p><p>Head to your <a href="https://console.aws.amazon.com/docdb/home">cluster&#x27;s home page</a> and look at the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Connectivity &amp; security</span> tab. Your <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">VPC ID</span> should be at the bottom of the screen, in the Security Groups section.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/aws-documentdb-vpc-id.png" title="AWS DocumentDB VPC ID" alt="AWS DocumentDB VPC ID"/></div></div></div></div><h2>Create the EC2 proxy</h2><p>Once you have identified your VPC ID, you need to create an EC2 instance within that VPC.</p><p>Go to the <a href="https://console.aws.amazon.com/ec2/home">EC2 instances page</a>, and click on <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Launch Instances</span> to bring up the EC2 instance creation form.</p><p>Enter the name of your EC2 instance (e.g. Humongous Proxy) in the Name field, then select <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Amazon Linux</span> as the OS image, and <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">t2.micro</span> for the instance type.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/aws-documentdb-ami.png" title="AWS DocumentDB VPC AMI and OS" alt="AWS DocumentDB VPC AMI and OS"/></div></div></div></div><p>Next, you need to create a new <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Key pair</span> to establish an SSH tunnel between Humongous and your cluster.<!-- --> <!-- -->Click on <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Create new key pair</span>. Leave the Key pair type as <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">RSA</span>, the format as <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">.pem</span>, choose a name for your new key (e.g. humongous_keypair), and save.<!-- --> <!-- -->Your new key will be automatically downloaded. Make sure to keep it somewhere safe.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/aws-documentdb-keypair.png" title="AWS DocumentDB Key Pair" alt="AWS DocumentDB Key Pair"/></div></div></div></div><p>In the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Network settings</span> section, make sure that <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Allow SSH traffic</span> is checked, and set the IP address to <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">52.5.26.69</span>.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/aws-documentdb-network-settings.png" title="AWS DocumentDB Key Pair" alt="AWS DocumentDB Key Pair"/></div></div></div></div><p>Click on <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Launch instance</span> and wait for your instance to become available.</p><h2>Connect your cluster to Humongous</h2><p>At this point, we have everything we need to connect to Humongous. Let&#x27;s go to the <a href="https://www.humongous.io/app">project creation page</a> and click on <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Add new database</span>.</p><p>Copy your <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Connection string</span> from your <a href="https://console.aws.amazon.com/docdb/home">cluster&#x27;s home page</a>, and paste it inside the Connection string field in Humongous.<!-- --> <!-- -->Don&#x27;t forget to replace <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">&lt;insertYourPassword&gt;</span> with your cluster&#x27;s password.</p><div class="eldonmedia_wrapper"><div class="eldonmedia eldonmedia_group"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/aws-documentdb-connection-string.png" title="AWS DocumentDB Connection string form on Humongous" alt="AWS DocumentDB Connection string form on Humongous"/></div></div><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/aws-documentdb-humongous-connection-string.png" title="AWS DocumentDB Connection string" alt="AWS DocumentDB Connection string"/></div></div></div></div><p>Next, click on <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Advanced</span> and go to the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">TLS/SSL</span> tab.</p><p>Download <a href="https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem">https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem</a> and upload it to the Certificate Authority field on Humongous.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/aws-documentdb-tls.png" title="AWS DocumentDB Certificate Authority" alt="AWS DocumentDB Certificate Authority"/></div></div></div></div><p>Finally, go to <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">SSH</span> tab and check <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Connect with SSH tunneling</span> checkbox. Then, in the Hostname field, enter the public IP of the EC2 instance we created earlier, and enter <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">ec2-user</span> in the username field.<!-- --> <!-- -->Leave Auth Mode as <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Private Key</span> and upload the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Key pair</span> we created earlier in the Private key field.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/aws-documentdb-ssh-tunnel.png" title="AWS DocumentDB SSH tunnel" alt="AWS DocumentDB SSH tunnel"/></div></div></div></div><p>Click on <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Add database</span> and that&#x27;s it ✨!!</p></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Bookmark your collections or dashboards</title>
                <link>https://www.humongous.io/docs/collections/favorite-collection</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/collections/favorite-collection</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><p>If you have more than a few projects with a dozen collections each, navigating to your most frequent collections can become quickly overwhelming. That&#x27;s why we&#x27;ve created <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Favorites</span>.</p><p><span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Favorites</span> is a way to bookmark your favorite dashboards and collections for quick access.</p><p>Once you navigate to a collection or a dashboard, you should see a star icon at the right of the search bar. Click it to add it to your favorite collections.</p><p>Once this is done, access it through the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Favorites</span> section in the left menu.</p><div class="eldonmedia_wrapper"><div class="eldonmedia eldonmedia_block"><div class="eldonmedia_asset eldonmedia_shadow"><div class="eldonmedia_video"><video loop="" autoplay="" muted="" controls="" playsinline=""><source src="https://s3.amazonaws.com/assets.eldonlabs.com/blog/favorite_collection.mp4" type="video/mp4"/></video></div></div></div></div><p>If you want to remove a collection from your favorites, navigate to it. The star icon in the search bar should have a solid color. Click on it, and your collection will be removed from your Favorites.</p></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Update your profile</title>
                <link>https://www.humongous.io/docs/account/update-profile</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/account/update-profile</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><p>You can update your basic information and preferences (Full name, notification preferences, dark mode...) by going to your profile settings.</p><div class="eldonmedia_wrapper"><div class="eldonmedia eldonmedia_block"><div class="eldonmedia_asset eldonmedia_shadow"><div class="eldonmedia_video"><video loop="" autoplay="" muted="" controls="" playsinline=""><source src="https://s3.amazonaws.com/assets.eldonlabs.com/blog/update_profile.mp4" type="video/mp4"/></video></div></div></div></div></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Search your MongoDB collections</title>
                <link>https://www.humongous.io/docs/collections/search</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/collections/search</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><p>Finding documents quickly and efficiently is core to every successful business, that&#x27;s why we&#x27;ve invested a lot to create a great search experience on Humongous.io.</p><p>You can write search queries using the <a href="https://docs.mongodb.com/manual/tutorial/query-documents/">MongoDB Query Language</a> or our Keyword Search Engine.</p><h2>Keyword Search Engine</h2><p>The Keyword Search Engine infers queries based on the keywords you enter in the search bar.</p><p>This means that for example you can search your users by just typing their email addresses in the Search bar. <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">bart@simpson.com</span> will return the user matching that email address.<!-- --> <!-- -->Searching <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">@apple.com</span> will return all users with an apple.com email address.</p><p>Similarly, typing <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">a8641ae2e2181300d4790e3b</span> will return any field that has this ObjectId as value.</p><div class="eldonmedia_wrapper"><div class="eldonmedia eldonmedia_block"><div class="eldonmedia_asset eldonmedia_shadow"><div class="eldonmedia_video"><video loop="" autoplay="" muted="" controls="" playsinline=""><source src="https://s3.amazonaws.com/assets.eldonlabs.com/blog/simple_mongodb_search.mp4" type="video/mp4"/></video></div></div></div></div><h2>MongoDB Query Language</h2><p>You can directly use MongoDB Query Language in the search bar. The full documentation is available on the <a href="https://www.mongodb.com/docs/manual/tutorial/query-documents/">MongoDB website</a>.</p><p>We&#x27;ve also added some useful helpers to help you work with dates. The following can be used in lieu of actual date values.</p><ul><li><span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">$date_today</span></li><li><span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">$date_yesterday</span></li><li><span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">$date_tomorrow</span></li><li><span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">$date_10_minutes_ago</span></li><li><span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">$date_9_hours_from_now</span></li><li><span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">$date_8_days_ago</span></li><li><span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">$date_4_weeks_ago</span></li><li><span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">$date_3_months_from_now</span></li><li><span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">$date_1_year_ago</span></li></ul><div class="eldonmedia_wrapper"><div class="eldonmedia eldonmedia_block"><div class="eldonmedia_asset eldonmedia_shadow"><div class="eldonmedia_video"><video loop="" autoplay="" muted="" controls="" playsinline=""><source src="https://s3.amazonaws.com/assets.eldonlabs.com/blog/mongodb_query_search.mp4" type="video/mp4"/></video></div></div></div></div><h3>MongoDB Query Examples</h3><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Export your MongoDB collections into CSV or JSON files</title>
                <link>https://www.humongous.io/docs/collections/export-mongodb-collection-csv-json</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/collections/export-mongodb-collection-csv-json</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><p>Humongous offers the ability to seamlessly export your MongoDB collections into <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">CSV</span> or <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">JSON</span> files.</p><p>To get started, head to the collection you&#x27;d like to export. Click on the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">More</span> button in the collection toolbar and then click on <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Export</span>.</p><p>Once the export window pops up, pick a file format (CSV or JSON) and select the fields you&#x27;d like to include into the exported file.</p><p>Once you click on <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Export</span>, you&#x27;ll receive an email with a link pointing to your exported file right after it&#x27;s been processed.</p><div class="eldonmedia_wrapper"><div class="eldonmedia eldonmedia_block"><div class="eldonmedia_asset eldonmedia_shadow"><div class="eldonmedia_video"><video loop="" autoplay="" muted="" controls="" playsinline=""><source src="https://s3.amazonaws.com/assets.eldonlabs.com/blog/export_collection.mp4" type="video/mp4"/></video></div></div></div></div></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Add a new database</title>
                <link>https://www.humongous.io/docs/projects/create-project</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/projects/create-project</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><p>To get started with Humongous, you need to add at least one MongoDB database.</p><p>First, let&#x27;s collect all the connection information necessary to connect to your database.</p><p>We will need:</p><ul><li>The <strong>hostname</strong> or <strong>IP address</strong> of your database</li><li>The <strong>port</strong> number. The default port number on MongoDB is <strong>27017</strong>.</li><li>The database name.</li><li>Most databases are protected against unwanted access by an authentication mechanism. Generally, it would be by providing a <strong>username</strong> and a <strong>password</strong>.</li></ul><p>Most cloud providers will provide your connection information as a <strong>connection string</strong>, but depending on your provider, the steps to get it will be vary.</p><p>A connection string looks like this :</p><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><p>Given this test connection information :</p><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><p>Our connection string will look like the following:</p><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><p>Now that we know what a connection string looks like, let&#x27;s head to your database&#x27;s cloud provider to fetch your connection string.</p><p>Select from the list below your database provider.</p><ul><li><a href="/docs/projects/get-started-mongodb-atlas">MongoDB Atlas</a></li><li><a href="/docs/projects/get-started-cosmos-db">Microsoft CosmosDB</a></li><li><a href="/docs/projects/get-started-documentdb">MongoDB DocumentDB</a></li></ul></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Get Started with Cosmos DB</title>
                <link>https://www.humongous.io/docs/projects/get-started-cosmos-db</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/projects/get-started-cosmos-db</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><p>The first step is to head over to your <a href="https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.DocumentDb%2FdatabaseAccounts">Azure Cosmos DB portal</a> and select your database.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/select-cosmos-db.png" title="Open Cosmos DB project" alt="Open Cosmos DB project"/></div></div></div></div><p>In the left pane of the database page, click the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Connection String</span> button.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/cosmos-db-connection-string-button.png" title="Cosmos DB connection string menu" alt="Cosmos DB connection string menu"/></div></div></div></div><p>Your database connection information should be displayed now. Copy the content under <strong>PRIMARY CONNECTION STRING</strong>. It should look like this:</p><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/cosmos-db-connection-string.png" title="Cosmos DB connection string" alt="Cosmos DB connection string"/></div></div></div></div><p>Now that we have everything we need to get started, let&#x27;s head over to Humongous <a href="https://www.humongous.io/app/">project creation page</a>.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/create-new-project.png" title="Create Humongous project" alt="Create Humongous project"/></div></div></div></div><p>Paste the connection string you copied previously into the form field and click on the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Create</span> button.</p><p>That&#x27;s it 👏! HumongouS.io will import your database and autmatically create your views, forms and dashboards. Relax 😌 and enjoy.</p></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Update your database information</title>
                <link>https://www.humongous.io/docs/projects/update-project</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/projects/update-project</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><p>Every once in a while, you&#x27;ll need to update your database&#x27;s basic information because the default name doesn&#x27;t suit you anymore or because your connection information has changed.</p><p>To update your database infomation go to the databases page hover over your project&#x27;s name, and click on the edit icon to open the database update window.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow"><div class="eldonmedia_image"><img src="https://s3.amazonaws.com/assets.eldonlabs.com/hiodocs/update_project_humongous_io.gif" title="Update MongoDB connection string" alt="Update MongoDB connection string"/></div></div></div></div></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Introduction to Charts &amp; Dashboards</title>
                <link>https://www.humongous.io/docs/dashboards/introduction</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/dashboards/introduction</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><p>While collection views allow you to see and interact with documents at the individual level, sometimes, it&#x27;s beneficial to observe data in an aggregated way to see trends and to get useful insights.</p><p>Humongous Charts allows you to leverage the full potential of your database to create useful charts. It gives you the comfort of a nice UI to interactively build your charts as well as the flexibility to switch to a fully fledged editor to write custom queries.</p><p>There are currently five types of Charts. In this tutorial, we&#x27;ll show you how to use each one of them using both the interactive Query Builder and the Raw Query Editor.</p></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>List of charts</title>
                <link>https://www.humongous.io/docs/dashboards/charts-list</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/dashboards/charts-list</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Import JSON and CSV data into your MongoDB collections</title>
                <link>https://www.humongous.io/docs/collections/import-data-mongodb-collection</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/collections/import-data-mongodb-collection</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><p>Humongous offers the ability to easily import data into your MongoDB collections from <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">CSV</span> and <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">JSON</span> files.</p><p>First, head over to the collection in which you would like to import your data.</p><p>Once you are on the collection page, click on the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">More</span> button in the collection toolbar and click on <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Import</span>.</p><p>Once the import window opens, choose the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">CSV</span> or <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">JSON</span> file containing the data you would like to import.</p><blockquote class="docs_blockquote"><p>JSON files must be in the JSON array format. Otherwise only one document will be imported.</p></blockquote><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><p>If you want to replace existing data in your collection, toggle the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Replace existing data</span> switch, or the new data will be appended to your collection.</p><p>Finally, click on the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Import</span> button to import your data.</p><div class="eldonmedia_wrapper"><div class="eldonmedia eldonmedia_block"><div class="eldonmedia_asset eldonmedia_shadow"><div class="eldonmedia_video"><video loop="" autoplay="" muted="" controls="" playsinline=""><source src="https://s3.amazonaws.com/assets.eldonlabs.com/blog/import_data_mongodb.mp4" type="video/mp4"/></video></div></div></div></div></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Search your MongoDB collections</title>
                <link>https://www.humongous.io/docs/collections/search</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/collections/search</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><p>Finding documents quickly and efficiently is core to every successful business, that&#x27;s why we&#x27;ve invested a lot to create a great search experience on Humongous.io.</p><p>You can write search queries using the <a href="https://docs.mongodb.com/manual/tutorial/query-documents/">MongoDB Query Language</a> or our Keyword Search Engine.</p><h2>Keyword Search Engine</h2><p>The Keyword Search Engine infers queries based on the keywords you enter in the search bar.</p><p>This means that for example you can search your users by just typing their email addresses in the Search bar. <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">bart@simpson.com</span> will return the user matching that email address.<!-- --> <!-- -->Searching <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">@apple.com</span> will return all users with an apple.com email address.</p><p>Similarly, typing <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">a8641ae2e2181300d4790e3b</span> will return any field that has this ObjectId as value.</p><div class="eldonmedia_wrapper"><div class="eldonmedia eldonmedia_block"><div class="eldonmedia_asset eldonmedia_shadow"><div class="eldonmedia_video"><video loop="" autoplay="" muted="" controls="" playsinline=""><source src="https://s3.amazonaws.com/assets.eldonlabs.com/blog/simple_mongodb_search.mp4" type="video/mp4"/></video></div></div></div></div><h2>MongoDB Query Language</h2><p>You can directly use MongoDB Query Language in the search bar. The full documentation is available on the <a href="https://www.mongodb.com/docs/manual/tutorial/query-documents/">MongoDB website</a>.</p><p>We&#x27;ve also added some useful helpers to help you work with dates. The following can be used in lieu of actual date values.</p><ul><li><span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">$date_today</span></li><li><span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">$date_yesterday</span></li><li><span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">$date_tomorrow</span></li><li><span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">$date_10_minutes_ago</span></li><li><span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">$date_9_hours_from_now</span></li><li><span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">$date_8_days_ago</span></li><li><span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">$date_4_weeks_ago</span></li><li><span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">$date_3_months_from_now</span></li><li><span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">$date_1_year_ago</span></li></ul><div class="eldonmedia_wrapper"><div class="eldonmedia eldonmedia_block"><div class="eldonmedia_asset eldonmedia_shadow"><div class="eldonmedia_video"><video loop="" autoplay="" muted="" controls="" playsinline=""><source src="https://s3.amazonaws.com/assets.eldonlabs.com/blog/mongodb_query_search.mp4" type="video/mp4"/></video></div></div></div></div><h3>MongoDB Query Examples</h3><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Update your plans</title>
                <link>https://www.humongous.io/docs/plans</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/plans</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><blockquote class="docs_blockquote"><p>If you don&#x27;t see the Billing option when following the steps below, you probably do not have the ability to view or modify your team&#x27;s plan and billing information.<!-- --> <!-- -->Contact your administrator to grant you the privilege.</p></blockquote><h2>Update your Plan, Card or Billing Address</h2><p>In order to update your Plan, Card or Billing Address, head over to your team&#x27;s settings, and click on <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Billing</span>. Once the window opens, you will be given the option to update all your billing information as well as your plan.</p><div class="eldonmedia_wrapper"><div class="eldonmedia eldonmedia_block"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_video"><video loop="" autoplay="" muted="" controls="" playsinline=""><source src="https://s3.amazonaws.com/assets.eldonlabs.com/blog/update_plan.mp4" type="video/mp4"/></video></div></div></div></div><h2>Get your subscriptions invoices</h2><p>You can fetch your subscriptions invoices for accounting and tax purposes by going to the Billing section of your team&#x27;s settings as described above and clicking on the month&#x27;s invoice you&#x27;re interested in downloading.</p><div class="eldonmedia_wrapper"><div class="eldonmedia eldonmedia_block"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_video"><video loop="" autoplay="" muted="" controls="" playsinline=""><source src="https://s3.amazonaws.com/assets.eldonlabs.com/blog/subscription_invoice.mp4" type="video/mp4"/></video></div></div></div></div></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Get Started with DocumentDB</title>
                <link>https://www.humongous.io/docs/projects/get-started-documentdb</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/projects/get-started-documentdb</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><p>By default, tools and GUIs such as Humongous cannot directly access a DocumentDB cluster from outside of its VPC. This is a security measure put in place by AWS to prevent DocumentDB customers from accidentally exposing their database.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/aws-documentdb-vpc.png" title="AWS DocumentDB VPC" alt="AWS DocumentDB VPC"/></div></div></div></div><p>In order to connect Humongous to your DocumentDB cluster, you need to create a proxy that will act as a bridge between your cluster and the outside world.</p><blockquote class="docs_blockquote"><p>Don&#x27;t get discouraged at the sight of the word proxy. The end-to-end process is very simple and will take us less than 15min.</p></blockquote><p>This is what the end-to-end diagram looks like.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/aws-documentdb-vpc-proxy.png" title="AWS DocumentDB VPC with Proxy" alt="AWS DocumentDB VPC with Proxy"/></div></div></div></div><h2>Identifying your cluster&#x27;s VPC ID</h2><p>Your DocumentDB cluster and the proxy need to be in the same VPC, so let&#x27;s start by identifying your cluster&#x27;s <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">VPC ID</span>.</p><p>Head to your <a href="https://console.aws.amazon.com/docdb/home">cluster&#x27;s home page</a> and look at the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Connectivity &amp; security</span> tab. Your <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">VPC ID</span> should be at the bottom of the screen, in the Security Groups section.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/aws-documentdb-vpc-id.png" title="AWS DocumentDB VPC ID" alt="AWS DocumentDB VPC ID"/></div></div></div></div><h2>Create the EC2 proxy</h2><p>Once you have identified your VPC ID, you need to create an EC2 instance within that VPC.</p><p>Go to the <a href="https://console.aws.amazon.com/ec2/home">EC2 instances page</a>, and click on <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Launch Instances</span> to bring up the EC2 instance creation form.</p><p>Enter the name of your EC2 instance (e.g. Humongous Proxy) in the Name field, then select <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Amazon Linux</span> as the OS image, and <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">t2.micro</span> for the instance type.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/aws-documentdb-ami.png" title="AWS DocumentDB VPC AMI and OS" alt="AWS DocumentDB VPC AMI and OS"/></div></div></div></div><p>Next, you need to create a new <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Key pair</span> to establish an SSH tunnel between Humongous and your cluster.<!-- --> <!-- -->Click on <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Create new key pair</span>. Leave the Key pair type as <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">RSA</span>, the format as <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">.pem</span>, choose a name for your new key (e.g. humongous_keypair), and save.<!-- --> <!-- -->Your new key will be automatically downloaded. Make sure to keep it somewhere safe.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/aws-documentdb-keypair.png" title="AWS DocumentDB Key Pair" alt="AWS DocumentDB Key Pair"/></div></div></div></div><p>In the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Network settings</span> section, make sure that <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Allow SSH traffic</span> is checked, and set the IP address to <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">52.5.26.69</span>.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/aws-documentdb-network-settings.png" title="AWS DocumentDB Key Pair" alt="AWS DocumentDB Key Pair"/></div></div></div></div><p>Click on <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Launch instance</span> and wait for your instance to become available.</p><h2>Connect your cluster to Humongous</h2><p>At this point, we have everything we need to connect to Humongous. Let&#x27;s go to the <a href="https://www.humongous.io/app">project creation page</a> and click on <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Add new database</span>.</p><p>Copy your <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Connection string</span> from your <a href="https://console.aws.amazon.com/docdb/home">cluster&#x27;s home page</a>, and paste it inside the Connection string field in Humongous.<!-- --> <!-- -->Don&#x27;t forget to replace <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">&lt;insertYourPassword&gt;</span> with your cluster&#x27;s password.</p><div class="eldonmedia_wrapper"><div class="eldonmedia eldonmedia_group"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/aws-documentdb-connection-string.png" title="AWS DocumentDB Connection string form on Humongous" alt="AWS DocumentDB Connection string form on Humongous"/></div></div><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/aws-documentdb-humongous-connection-string.png" title="AWS DocumentDB Connection string" alt="AWS DocumentDB Connection string"/></div></div></div></div><p>Next, click on <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Advanced</span> and go to the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">TLS/SSL</span> tab.</p><p>Download <a href="https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem">https://s3.amazonaws.com/rds-downloads/rds-combined-ca-bundle.pem</a> and upload it to the Certificate Authority field on Humongous.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/aws-documentdb-tls.png" title="AWS DocumentDB Certificate Authority" alt="AWS DocumentDB Certificate Authority"/></div></div></div></div><p>Finally, go to <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">SSH</span> tab and check <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Connect with SSH tunneling</span> checkbox. Then, in the Hostname field, enter the public IP of the EC2 instance we created earlier, and enter <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">ec2-user</span> in the username field.<!-- --> <!-- -->Leave Auth Mode as <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Private Key</span> and upload the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Key pair</span> we created earlier in the Private key field.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/aws-documentdb-ssh-tunnel.png" title="AWS DocumentDB SSH tunnel" alt="AWS DocumentDB SSH tunnel"/></div></div></div></div><p>Click on <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Add database</span> and that&#x27;s it ✨!!</p></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Welcome to the Humongous documentation!</title>
                <link>https://www.humongous.io/docs</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><p>This documentation is divided into multiple thematic sections outlined in the menu on your left. You can read it in any order you want, but I particularly encourage you to check out the following pages:</p><ul><li>If you don&#x27;t have a project yet, the <a href="https://www.humongous.io/docs/projects/create-project">Project creation tutorial</a> is a must. It will show you how to connect your databases to Humongous.io using platforms like MongoDB Atlas, Microsoft CosmosDB, or AWS DocumentDB.</li><li>Regardless of your MongoDB query chops, the <a href="https://www.humongous.io/docs/collections/search">Search documentation</a> will show you how to be more effective at finding what you need, using convenient date functions, keyword searches, or keyboard shortcuts.</li></ul><p>Humongous is full of pleasant surprises, and I&#x27;m sure you&#x27;ll be delighted 🥳, but if you want to talk to us, have feedback, or need a feature, shoot me (mkamagate@humongous.io) or Ari (axhelo@humongous.io) an email. We respond to all emails 👌.</p><blockquote class="docs_blockquote"><p>The signed-in experience of this documentation is so much better! If you don&#x27;t have an account yet, You can <a href="https://www.humongous.io/app/signup">create one now</a>.</p></blockquote></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Import JSON and CSV data into your MongoDB collections</title>
                <link>https://www.humongous.io/docs/collections/import-data-mongodb-collection</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/collections/import-data-mongodb-collection</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><p>Humongous offers the ability to easily import data into your MongoDB collections from <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">CSV</span> and <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">JSON</span> files.</p><p>First, head over to the collection in which you would like to import your data.</p><p>Once you are on the collection page, click on the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">More</span> button in the collection toolbar and click on <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Import</span>.</p><p>Once the import window opens, choose the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">CSV</span> or <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">JSON</span> file containing the data you would like to import.</p><blockquote class="docs_blockquote"><p>JSON files must be in the JSON array format. Otherwise only one document will be imported.</p></blockquote><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><p>If you want to replace existing data in your collection, toggle the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Replace existing data</span> switch, or the new data will be appended to your collection.</p><p>Finally, click on the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Import</span> button to import your data.</p><div class="eldonmedia_wrapper"><div class="eldonmedia eldonmedia_block"><div class="eldonmedia_asset eldonmedia_shadow"><div class="eldonmedia_video"><video loop="" autoplay="" muted="" controls="" playsinline=""><source src="https://s3.amazonaws.com/assets.eldonlabs.com/blog/import_data_mongodb.mp4" type="video/mp4"/></video></div></div></div></div></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Get Started with MongoDB Atlas</title>
                <link>https://www.humongous.io/docs/projects/get-started-mongodb-atlas</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/projects/get-started-mongodb-atlas</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><p>Look for your database name on the main page of Atlas and click on the green CONNECT button. You should see a connection window pop up.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/mongodb-atlas-user.jpg" title="Update MongoDB Atlas cluster" alt="Update MongoDB Atlas cluster"/></div></div></div></div><p>If this is your first time accessing the database, it will ask you to create a username and a password. Do so and keep that information handy. We&#x27;ll need it at a later stage.</p><p>It will also ask you on the same page to <em>&quot;Add your current IP address&quot;</em>. Click on the button and add <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">52.5.26.69</span> as our server&#x27;s IP address.</p><blockquote class="docs_blockquote"><p>Allowing <strong>52.5.26.69</strong> to talk to your database is necessary as HumongouS.io wouldn&#x27;t be able to connect to your database otherwise.</p></blockquote><p>Once that&#x27;s done, click on <em>&quot;Choose a connection method&quot;</em> to go to the next page, and then click on &quot;Connect your application&quot;.</p><p>Select <em>&quot;Short SRV connection string&quot;</em> and copy the SRV connection string.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/mongodb-atlas-connectionstring.jpg" title="MongoDB Atlas SRV connection string" alt="MongoDB Atlas SRV connection string"/></div></div></div></div><p>Your connection string will look like the following:</p><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><p>Replace <strong>&lt;PASSWORD&gt;</strong> by the password you created earlier in the process, <strong>copy and paste</strong> your connection string into the project creation form in the app and click on <strong>Create project</strong>.</p></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Add a new database</title>
                <link>https://www.humongous.io/docs/projects/create-project</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/projects/create-project</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><p>To get started with Humongous, you need to add at least one MongoDB database.</p><p>First, let&#x27;s collect all the connection information necessary to connect to your database.</p><p>We will need:</p><ul><li>The <strong>hostname</strong> or <strong>IP address</strong> of your database</li><li>The <strong>port</strong> number. The default port number on MongoDB is <strong>27017</strong>.</li><li>The database name.</li><li>Most databases are protected against unwanted access by an authentication mechanism. Generally, it would be by providing a <strong>username</strong> and a <strong>password</strong>.</li></ul><p>Most cloud providers will provide your connection information as a <strong>connection string</strong>, but depending on your provider, the steps to get it will be vary.</p><p>A connection string looks like this :</p><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><p>Given this test connection information :</p><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><p>Our connection string will look like the following:</p><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><p>Now that we know what a connection string looks like, let&#x27;s head to your database&#x27;s cloud provider to fetch your connection string.</p><p>Select from the list below your database provider.</p><ul><li><a href="/docs/projects/get-started-mongodb-atlas">MongoDB Atlas</a></li><li><a href="/docs/projects/get-started-cosmos-db">Microsoft CosmosDB</a></li><li><a href="/docs/projects/get-started-documentdb">MongoDB DocumentDB</a></li></ul></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Get Started with Cosmos DB</title>
                <link>https://www.humongous.io/docs/projects/get-started-cosmos-db</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/projects/get-started-cosmos-db</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><p>The first step is to head over to your <a href="https://portal.azure.com/#blade/HubsExtension/BrowseResourceBlade/resourceType/Microsoft.DocumentDb%2FdatabaseAccounts">Azure Cosmos DB portal</a> and select your database.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/select-cosmos-db.png" title="Open Cosmos DB project" alt="Open Cosmos DB project"/></div></div></div></div><p>In the left pane of the database page, click the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Connection String</span> button.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/cosmos-db-connection-string-button.png" title="Cosmos DB connection string menu" alt="Cosmos DB connection string menu"/></div></div></div></div><p>Your database connection information should be displayed now. Copy the content under <strong>PRIMARY CONNECTION STRING</strong>. It should look like this:</p><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/cosmos-db-connection-string.png" title="Cosmos DB connection string" alt="Cosmos DB connection string"/></div></div></div></div><p>Now that we have everything we need to get started, let&#x27;s head over to Humongous <a href="https://www.humongous.io/app/">project creation page</a>.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/create-new-project.png" title="Create Humongous project" alt="Create Humongous project"/></div></div></div></div><p>Paste the connection string you copied previously into the form field and click on the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Create</span> button.</p><p>That&#x27;s it 👏! HumongouS.io will import your database and autmatically create your views, forms and dashboards. Relax 😌 and enjoy.</p></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Delete a collection</title>
                <link>https://www.humongous.io/docs/collections/delete-collection</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/collections/delete-collection</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><blockquote class="docs_blockquote"><p>Deleting a collection in Humongous is a safe operation.<!-- --> <!-- -->We don&#x27;t delete your actual collection. We only remove the view created in HumongouS.io, so you can re-add the collection later if you need to.</p></blockquote><p>To delete a collection, click on the collection&#x27;s name in the left menu, and click on the Settings button to open the collection settings.</p><p>If you are the owner or have the permission to delete the collection, you should see the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Delete collection</span> button at the bottom left corner of the pop-up.</p><p>Click on it to delete your collection.</p><div class="eldonmedia_wrapper"><div class="eldonmedia eldonmedia_block"><div class="eldonmedia_asset eldonmedia_shadow"><div class="eldonmedia_video"><video loop="" autoplay="" muted="" controls="" playsinline=""><source src="https://s3.amazonaws.com/assets.eldonlabs.com/blog/delete_mongodb_collection.mp4" type="video/mp4"/></video></div></div></div></div></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Delete a project</title>
                <link>https://www.humongous.io/docs/projects/delete-project</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/projects/delete-project</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><blockquote class="docs_blockquote"><p>Deleting a project in HumongouS.io is a safe operation with regard to your actual database.<!-- --> <!-- -->When you delete a project, we only remove the metadata (connection information, collection configurations...) we&#x27;ve saved on our end about your database.</p></blockquote><p>To delete a project, click on the ellipsis icon at the right of the project name and then click on Update project.</p><p>A new window will pop up. If you are the owner or have the permission to delete the project, you should see the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Remove database</span> button at the bottom left corner.</p><p>Click on it to remove your database.</p></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Update your database information</title>
                <link>https://www.humongous.io/docs/projects/update-project</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/projects/update-project</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><p>Every once in a while, you&#x27;ll need to update your database&#x27;s basic information because the default name doesn&#x27;t suit you anymore or because your connection information has changed.</p><p>To update your database infomation go to the databases page hover over your project&#x27;s name, and click on the edit icon to open the database update window.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow"><div class="eldonmedia_image"><img src="https://s3.amazonaws.com/assets.eldonlabs.com/hiodocs/update_project_humongous_io.gif" title="Update MongoDB connection string" alt="Update MongoDB connection string"/></div></div></div></div></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Export your MongoDB collections into CSV or JSON files</title>
                <link>https://www.humongous.io/docs/collections/export-mongodb-collection-csv-json</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/collections/export-mongodb-collection-csv-json</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><p>Humongous offers the ability to seamlessly export your MongoDB collections into <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">CSV</span> or <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">JSON</span> files.</p><p>To get started, head to the collection you&#x27;d like to export. Click on the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">More</span> button in the collection toolbar and then click on <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Export</span>.</p><p>Once the export window pops up, pick a file format (CSV or JSON) and select the fields you&#x27;d like to include into the exported file.</p><p>Once you click on <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Export</span>, you&#x27;ll receive an email with a link pointing to your exported file right after it&#x27;s been processed.</p><div class="eldonmedia_wrapper"><div class="eldonmedia eldonmedia_block"><div class="eldonmedia_asset eldonmedia_shadow"><div class="eldonmedia_video"><video loop="" autoplay="" muted="" controls="" playsinline=""><source src="https://s3.amazonaws.com/assets.eldonlabs.com/blog/export_collection.mp4" type="video/mp4"/></video></div></div></div></div></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Create a dashboard</title>
                <link>https://www.humongous.io/docs/dashboards/create-dashboard</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/dashboards/create-dashboard</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><p>Every account comes with a default Dashboard. When you create your very first project, we run a machine learning model on your collections to auto-magically create a few useful charts for you, but for the sake of this tutorial we&#x27;ll start from scratch and create a new dashboard.</p><p>In the left menu, Click on the &quot;plus&quot; icon that appear next to the dashboard label. It&#x27;ll prompt you to create a new dashboard.</p><p>Fill up the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">name</span> field and click on save.</p><p>That&#x27;s it! We&#x27;ve created our first dashboard. It doesn&#x27;t do anything yet so let&#x27;s make it more interesting by adding some charts to it.</p></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Overview of the Humongous documentation</title>
                <link>https://www.humongous.io/docs</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><p>This documentation is divided into multiple thematic sections outlined in the menu on your left. You can read it in any order you want, but I particularly encourage you to check out the following pages:</p><ul><li>If you don&#x27;t have a project yet, the <a href="https://www.humongous.io/docs/projects/create-project">Project creation tutorial</a> is a must. It will show you how to connect your databases to Humongous.io using platforms like MongoDB Atlas, Microsoft CosmosDB, or AWS DocumentDB.</li><li>Regardless of your MongoDB query chops, the <a href="https://www.humongous.io/docs/collections/search">Search documentation</a> will show you how to be more effective at finding what you need, using convenient date functions, keyword searches, or keyboard shortcuts.</li></ul><p>Humongous is full of pleasant surprises, and I&#x27;m sure you&#x27;ll be delighted 🥳, but if you want to talk to us, have feedback, or need a feature, shoot me (mkamagate@humongous.io) or Ari (axhelo@humongous.io) an email. We respond to all emails 👌.</p><blockquote class="docs_blockquote"><p>The signed-in experience of this documentation is so much better! If you don&#x27;t have an account yet, You can <a href="https://www.humongous.io/app/signup">create one now</a>.</p></blockquote></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Get Started with MongoDB Atlas</title>
                <link>https://www.humongous.io/docs/projects/get-started-mongodb-atlas</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/projects/get-started-mongodb-atlas</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><p>Look for your database name on the main page of Atlas and click on the green CONNECT button. You should see a connection window pop up.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/mongodb-atlas-user.jpg" title="Update MongoDB Atlas cluster" alt="Update MongoDB Atlas cluster"/></div></div></div></div><p>If this is your first time accessing the database, it will ask you to create a username and a password. Do so and keep that information handy. We&#x27;ll need it at a later stage.</p><p>It will also ask you on the same page to <em>&quot;Add your current IP address&quot;</em>. Click on the button and add <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">52.5.26.69</span> as our server&#x27;s IP address.</p><blockquote class="docs_blockquote"><p>Allowing <strong>52.5.26.69</strong> to talk to your database is necessary as HumongouS.io wouldn&#x27;t be able to connect to your database otherwise.</p></blockquote><p>Once that&#x27;s done, click on <em>&quot;Choose a connection method&quot;</em> to go to the next page, and then click on &quot;Connect your application&quot;.</p><p>Select <em>&quot;Short SRV connection string&quot;</em> and copy the SRV connection string.</p><div class="eldonmedia_wrapper"><div class="eldonmedia"><div class="eldonmedia_asset eldonmedia_center eldonmedia_shadow" style="max-width:500px"><div class="eldonmedia_image"><img src="https://eldonlabs.s3.amazonaws.com/hiodocs/135/public/images/projects/mongodb-atlas-connectionstring.jpg" title="MongoDB Atlas SRV connection string" alt="MongoDB Atlas SRV connection string"/></div></div></div></div><p>Your connection string will look like the following:</p><div class="eldon_code block_code eldon_code_language_javascript eldon_code_theme_light block_code_readonly"><div class="block_code_content"></div></div><p>Replace <strong>&lt;PASSWORD&gt;</strong> by the password you created earlier in the process, <strong>copy and paste</strong> your connection string into the project creation form in the app and click on <strong>Create project</strong>.</p></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Delete a project</title>
                <link>https://www.humongous.io/docs/projects/delete-project</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/projects/delete-project</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><blockquote class="docs_blockquote"><p>Deleting a project in HumongouS.io is a safe operation with regard to your actual database.<!-- --> <!-- -->When you delete a project, we only remove the metadata (connection information, collection configurations...) we&#x27;ve saved on our end about your database.</p></blockquote><p>To delete a project, click on the ellipsis icon at the right of the project name and then click on Update project.</p><p>A new window will pop up. If you are the owner or have the permission to delete the project, you should see the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Remove database</span> button at the bottom left corner.</p><p>Click on it to remove your database.</p></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Create a chart</title>
                <link>https://www.humongous.io/docs/dashboards/create-chart</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/dashboards/create-chart</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><p>There are two ways to create Charts:</p><ul><li><span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Query Builder</span> lets you create simple queries using an automated tool.</li><li><span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Raw Query Editor</span> on the other hand gives you total control over what queries you want to run.</li></ul><p>In the following section of this documentation, we&#x27;ll create a few charts based on the data below in using both the Query Builder and the Raw Query Editor.</p></article></div> ]]>
                </description>
            </item>
        

            <item>
                <title>Bookmark your collections or dashboards</title>
                <link>https://www.humongous.io/docs/collections/favorite-collection</link>
                <dc:creator>Mohamed Kamagate</dc:creator>
                <pubDate>Mon, 08 Aug 2022 12:00:00 +0000</pubDate>
                <guid>https://www.humongous.io/docs/collections/favorite-collection</guid>
                
                <description>
                    <![CDATA[ <div class="pagecontent"><article><p>If you have more than a few projects with a dozen collections each, navigating to your most frequent collections can become quickly overwhelming. That&#x27;s why we&#x27;ve created <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Favorites</span>.</p><p><span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Favorites</span> is a way to bookmark your favorite dashboards and collections for quick access.</p><p>Once you navigate to a collection or a dashboard, you should see a star icon at the right of the search bar. Click it to add it to your favorite collections.</p><p>Once this is done, access it through the <span class="eldon_code inline_code eldon_code_language_javascript eldon_code_theme_light">Favorites</span> section in the left menu.</p><div class="eldonmedia_wrapper"><div class="eldonmedia eldonmedia_block"><div class="eldonmedia_asset eldonmedia_shadow"><div class="eldonmedia_video"><video loop="" autoplay="" muted="" controls="" playsinline=""><source src="https://s3.amazonaws.com/assets.eldonlabs.com/blog/favorite_collection.mp4" type="video/mp4"/></video></div></div></div></div><p>If you want to remove a collection from your favorites, navigate to it. The star icon in the search bar should have a solid color. Click on it, and your collection will be removed from your Favorites.</p></article></div> ]]>
                </description>
            </item>
        
            </channel>
        </rss>