<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 03:21:27 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[SERVER-9789] REST interface for querying properties content</title>
                <link>https://jira.mongodb.org/browse/SERVER-9789</link>
                <project id="10000" key="SERVER">Core Server</project>
                    <description>&lt;p&gt;I propose here an elegant way to transform mongodb in media server.&lt;/p&gt;

&lt;p&gt;Currently, in most cases, we have a media server and a database containing metadata about this medias. Something like that :&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
  &quot;_id&quot;  : &quot;image_id&quot;,&lt;br/&gt;
  &quot;url&quot;  : &quot;http://media.domain.com/image.jpg&quot;,&lt;br/&gt;
  &quot;tags&quot; : &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;quot;tag_1&amp;quot;, &amp;quot;tag_2&amp;quot;, &amp;quot;tag_3&amp;quot;&amp;#93;&lt;/span&gt;,&lt;br/&gt;
  &quot;description&quot; : &quot;lorem ipsum...&quot;&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;We use this datas to retrieve the image url and insert it into the html document. Like that :&lt;/p&gt;

&lt;p&gt;&amp;lt;img src=&quot;http://media.domain.com/image.jpg&quot;&amp;gt;&lt;/p&gt;

&lt;p&gt;The problem? Data and metadata are separated. Why not have something like this :&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
  &quot;_id&quot;  : &quot;image_id&quot;,&lt;br/&gt;
  &quot;image&quot;  : &lt;/p&gt;
{
    &quot;jpg&quot; : &quot;binary datas of the image&quot;
  }
&lt;p&gt;,&lt;br/&gt;
  &quot;tags&quot; : &lt;span class=&quot;error&quot;&gt;&amp;#91;&amp;quot;tag_1&amp;quot;, &amp;quot;tag_2&amp;quot;, &amp;quot;tag_3&amp;quot;&amp;#93;&lt;/span&gt;,&lt;br/&gt;
  &quot;description&quot; : &quot;lorem ipsum...&quot;&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;And the ability to retrieve content like this (mongod on port 80):&lt;br/&gt;
&quot;http://server/database/collection/id/property&quot;&lt;/p&gt;

&lt;p&gt;Then we will be able to do :&lt;br/&gt;
&amp;lt;img src=&quot;http://media.domain.com/database/collection/id/image.jpg&quot;&amp;gt;&lt;/p&gt;

&lt;p&gt;We can of course consider using a proxy (in Java or Php for example) between the client and the binary datas in mongo, but it would be too slow in terms of performance.&lt;/p&gt;

&lt;p&gt;In the real world the problem is a little more complex. The mongo server should be able to return the mime type for the image format. But beyond that, I find this feature very elegant and mongodb would no longer only a database server, but also a media server (for small media such as images).&lt;/p&gt;</description>
                <environment></environment>
        <key id="76759">SERVER-9789</key>
            <summary>REST interface for querying properties content</summary>
                <type id="2" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14711&amp;avatarType=issuetype">New Feature</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="3">Duplicate</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="jalric">Julien Alric</reporter>
                        <labels>
                    </labels>
                <created>Tue, 28 May 2013 10:53:24 +0000</created>
                <updated>Sat, 1 Aug 2015 12:54:23 +0000</updated>
                            <resolved>Sat, 1 Aug 2015 12:54:17 +0000</resolved>
                                                                    <component>HTTP Console</component>
                                        <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="994494" author="ramon.fernandez" created="Sat, 1 Aug 2015 12:54:09 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=jalric&quot; class=&quot;user-hover&quot; rel=&quot;jalric&quot;&gt;jalric&lt;/a&gt;, I&apos;m going to mark this ticket as a duplicate of &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-12730&quot; title=&quot;Full HTTP Rest interface &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-12730&quot;&gt;&lt;del&gt;SERVER-12730&lt;/del&gt;&lt;/a&gt;, since that ticket is really a superset of this one.&lt;/p&gt;

&lt;p&gt;If we determine that the functionality requested here can be implemented separately from &lt;a href=&quot;https://jira.mongodb.org/browse/SERVER-12730&quot; title=&quot;Full HTTP Rest interface &quot; class=&quot;issue-link&quot; data-issue-key=&quot;SERVER-12730&quot;&gt;&lt;del&gt;SERVER-12730&lt;/del&gt;&lt;/a&gt; we can always re-open this ticket and schedule it separately.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br/&gt;
Ram&#243;n.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10010">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="111048">SERVER-12730</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Sat, 1 Aug 2015 12:54:09 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        8 years, 28 weeks, 4 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            8 years, 28 weeks, 4 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Old_Backport</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10000"><![CDATA[No]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>jalric</customfieldvalue>
            <customfieldvalue>ramon.fernandez@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hrmrtz:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hrg267:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>7148</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_23361" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Requested By</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_22870" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Triagers</customfieldname>
                        <customfieldvalues>
                                

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|ht0pdr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>