Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Has anyone used NoSQL for video applications?

Received: by 10.236.131.138 with SMTP id m10mr46219145yhi.7.1328700181176;
        Wed, 08 Feb 2012 03:23:01 -0800 (PST)
X-BeenThere: nosql-discussion@googlegroups.com
Received: by 10.101.189.38 with SMTP id r38ls354415anp.4.gmail; Wed, 08 Feb
 2012 03:22:59 -0800 (PST)
Received: by 10.236.176.98 with SMTP id a62mr46933339yhm.9.1328700179115;
        Wed, 08 Feb 2012 03:22:59 -0800 (PST)
Received: by 10.236.176.98 with SMTP id a62mr46933334yhm.9.1328700179069;
        Wed, 08 Feb 2012 03:22:59 -0800 (PST)
Return-Path: <esconsu...@gmail.com>
Received: from mail-gy0-f171.google.com (mail-gy0-f171.google.com [209.85.160.171])
        by gmr-mx.google.com with ESMTPS id j12si840763anp.0.2012.02.08.03.22.59
        (version=TLSv1/SSLv3 cipher=OTHER);
        Wed, 08 Feb 2012 03:22:59 -0800 (PST)
Received-SPF: pass (google.com: domain of esconsu...@gmail.com designates 209.85.160.171 as permitted sender) client-ip=209.85.160.171;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of esconsu...@gmail.com designates 209.85.160.171 as permitted sender) smtp.mail=esconsu...@gmail.com; dkim=pass header...@gmail.com
Received: by ghbf1 with SMTP id f1so129155ghb.2
        for <nosql-discussion@googlegroups.com>; Wed, 08 Feb 2012 03:22:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=references:in-reply-to:mime-version:content-transfer-encoding
         :content-type:message-id:cc:x-mailer:from:subject:date:to;
        bh=IUdCTj9g8Bndl4F8tsTZZSHuIvNK5quoDyX7xrl8uYI=;
        b=Xv3y7omlB+ql+NCbmv5pESBRu+Egr3QFhhRfbVECDykw0kItYyhlUn9MqzUXP5g5bq
         IeIQQ16IX7bWchPBa6lrQfWFvdBHZgrM2rxb6Syn8oQZctuWW2i3RfGxRKqkxizS8YvI
         NGQQSoKRhspMBkO649NZYmU29HWC9KO9N2YXk=
Received: by 10.236.173.202 with SMTP id v50mr36745491yhl.102.1328700177369;
        Wed, 08 Feb 2012 03:22:57 -0800 (PST)
Return-Path: <esconsu...@gmail.com>
Received: from [10.0.1.4] (173-162-85-106-miami.hfc.comcastbusiness.net. [173.162.85.106])
        by mx.google.com with ESMTPS id v7sm1495218yhi.1.2012.02.08.03.22.55
        (version=TLSv1/SSLv3 cipher=OTHER);
        Wed, 08 Feb 2012 03:22:56 -0800 (PST)
References: <1630a6f9-8c65-490b-b929-e0539450d...@k28g2000yqn.googlegroups.com> <CAEfu1eP2Pq_PTbaZ1oPiR_MKXWpFV8DHC7r0=T-SBNS=FcA...@mail.gmail.com> <CABqha-a33FdJ8ji6z_OvoY=1VJ=Fac1h7Dbpv7SDohgz98-...@mail.gmail.com> <CAMKQ-C5_WwC7sFbmO+Sn7mHYQc1R0X099C8c7zAH87J=Xt9...@mail.gmail.com>
In-Reply-To: <CAMKQ-C5_WwC7sFbmO+Sn7mHYQc1R0X099C8c7zAH87J=Xt9...@mail.gmail.com>
Mime-Version: 1.0 (1.0)
Content-Transfer-Encoding: 7bit
Content-Type: multipart/alternative;
	boundary=Apple-Mail-60D39671-667F-4874-95A8-F4DF54644201
Message-Id: <8E10E454-D5A0-40FE-96C1-A3CBAED1A...@gmail.com>
Cc: "nosql-discussion@googlegroups.com" <nosql-discussion@googlegroups.com>
X-Mailer: iPhone Mail (9A405)
From: Ericson Smith <esconsu...@gmail.com>
Subject: Re: Has anyone used NoSQL for video applications?
Date: Wed, 8 Feb 2012 06:22:06 -0500
To: "nosql-discussion@googlegroups.com" <nosql-discussion@googlegroups.com>


--Apple-Mail-60D39671-667F-4874-95A8-F4DF54644201
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

As stated before, serve the videos from S3 or your file system directly. The=
se will be tens of times faster than out of any database.

The Video URL itself is simply stored with the rest of the metadata.

Sometimes we want to use NoSQL data stores to do everything. This is one of t=
hose cases when it's just not a good for to store video files out of.

ERICSON Smith

-----------
http://www.w3matter.com
Sent from my iPhone 4

On Feb 8, 2012, at 2:44 AM, Georges DICK <georges.d...@gmail.com> wrote:

> I think MongoDB could help, using its GridFS storage system that is alread=
y suited for storing files alongside with metadata.
> .
>=20
> 2012/2/8 PJ <joshi...@gmail.com>
> Thank you all for your responses. In a nutshell I want to be able to
> store both videos and video metadata, be able to index and use for
> video streaming. I want to do this using NoSQL platform rather than
> standard non-cloud market solutions.
> Any help would be appreciated.
>=20
> On Tue, Feb 7, 2012 at 2:24 PM, Amandeep Khurana <ama...@gmail.com> wrote:=

> > This is a very open ended question.
> >
> > Single line answer: I don't think serving videos out of a SQL database i=
s an
> > optimal solution, so in that sense, yes, most video serving applications=

> > would be using some sort of "NoSQL" system in their stack.
> >
> > Now that's not going to answer your question to the degree you want, mos=
t
> > likely :) Tell us more about your use case/application and what you are
> > looking to use a NoSQL datastore for and people can share their
> > experiences/ideas accordingly.
> >
> > -Amandeep
> >
> >
> > On Wed, Jan 18, 2012 at 5:37 PM, Mauzuria <joshi...@gmail.com> wrote:
> >>
> >> Hello,
> >>
> >> Has anyone used NoSQL for video applications? If yes can you please
> >> send me some samples/ examples?
> >>
> >>
> >> Thanks,
> >>
> >> --
> >> You received this message because you are subscribed to the Google Grou=
ps
> >> "NOSQL" group.
> >> To post to this group, send email to nosql-discussion@googlegroups.com.=

> >> To unsubscribe from this group, send email to
> >> nosql-discussion+unsubscribe@googlegroups.com.
> >> For more options, visit this group at
> >> http://groups.google.com/group/nosql-discussion?hl=3Den.
> >>
> >
> > --
> > You received this message because you are subscribed to the Google Group=
s
> > "NOSQL" group.
> > To post to this group, send email to nosql-discussion@googlegroups.com.
> > To unsubscribe from this group, send email to
> > nosql-discussion+unsubscribe@googlegroups.com.
> > For more options, visit this group at
> > http://groups.google.com/group/nosql-discussion?hl=3Den.
>=20
> --
> You received this message because you are subscribed to the Google Groups "=
NOSQL" group.
> To post to this group, send email to nosql-discussion@googlegroups.com.
> To unsubscribe from this group, send email to nosql-discussion+unsubscribe=
@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/nosql=
-discussion?hl=3Den.
>=20
>=20
>=20
>=20
> --=20
> Cordialement,
>=20
> Georges DICK
> email geor...@monaco.net
> http://georgesdick.com
> --=20
> You received this message because you are subscribed to the Google Groups "=
NOSQL" group.
> To post to this group, send email to nosql-discussion@googlegroups.com.
> To unsubscribe from this group, send email to nosql-discussion+unsubscribe=
@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/nosql=
-discussion?hl=3Den.

--Apple-Mail-60D39671-667F-4874-95A8-F4DF54644201
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
	charset=utf-8

<html><head></head><body bgcolor=3D"#FFFFFF"><div>As stated before, serve th=
e videos from S3 or your file system directly. These will be tens of times f=
aster than out of any database.</div><div><br></div><div>The Video URL itsel=
f is simply stored with the rest of the metadata.</div><div><br></div><div>S=
ometimes we want to use NoSQL data stores to do everything. This is one of t=
hose cases when it's just not a good for to store video files out of.</div><=
div><br></div><div>ERICSON Smith</div><div><br><div>-----------</div><div><a=
 href=3D"http://www.w3matter.com">http://www.w3matter.com</a></div>Sent from=
 my iPhone 4</div><div><br>On Feb 8, 2012, at 2:44 AM, Georges DICK &lt;<a h=
ref=3D"mailto:georges.d...@gmail.com">georges.d...@gmail.com</a>&gt; wrote:<=
br><br></div><div></div><blockquote type=3D"cite"><div>I think MongoDB could=
 help, using its GridFS storage system that is already suited for storing fi=
les alongside with metadata.<div>.<br><br><div class=3D"gmail_quote">2012/2/=
8 PJ <span dir=3D"ltr">&lt;<a href=3D"mailto:joshi...@gmail.com">joshipv2@gm=
ail.com</a>&gt;</span><br>

<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px=
 #ccc solid;padding-left:1ex">Thank you all for your responses. In a nutshel=
l I want to be able to<br>
store both videos and video metadata, be able to index and use for<br>
video streaming. I want to do this using NoSQL platform rather than<br>
standard non-cloud market solutions.<br>
Any help would be appreciated.<br>
<br>
On Tue, Feb 7, 2012 at 2:24 PM, Amandeep Khurana &lt;<a href=3D"mailto:amans=
k...@gmail.com">ama...@gmail.com</a>&gt; wrote:<br>
&gt; This is a very open ended question.<br>
&gt;<br>
&gt; Single line answer: I don't think serving videos out of a SQL database i=
s an<br>
&gt; optimal solution, so in that sense, yes, most video serving application=
s<br>
&gt; would be using some sort of "NoSQL" system in their stack.<br>
&gt;<br>
&gt; Now that's not going to answer your question to the degree you want, mo=
st<br>
&gt; likely :) Tell us more about your use case/application and what you are=
<br>
&gt; looking to use a NoSQL datastore for and people can share their<br>
&gt; experiences/ideas accordingly.<br>
&gt;<br>
&gt; -Amandeep<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Jan 18, 2012 at 5:37 PM, Mauzuria &lt;<a href=3D"mailto:joshipv=
2...@gmail.com">joshi...@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hello,<br>
&gt;&gt;<br>
&gt;&gt; Has anyone used NoSQL for video applications? If yes can you please=
<br>
&gt;&gt; send me some samples/ examples?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Thanks,<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; You received this message because you are subscribed to the Google G=
roups<br>
&gt;&gt; "NOSQL" group.<br>
&gt;&gt; To post to this group, send email to <a href=3D"mailto:nosql-discus=
sion@googlegroups.com">nosql-discussion@googlegroups.com</a>.<br>
&gt;&gt; To unsubscribe from this group, send email to<br>
&gt;&gt; <a href=3D"mailto:nosql-discussion%2Bunsubscribe@googlegroups.com">=
nosql-discussion+unsubscribe@googlegroups.com</a>.<br>
&gt;&gt; For more options, visit this group at<br>
&gt;&gt; <a href=3D"http://groups.google.com/group/nosql-discussion?hl=3Den"=
 target=3D"_blank">http://groups.google.com/group/nosql-discussion?hl=3Den</=
a>.<br>
&gt;&gt;<br>
<span class=3D"HOEnZb"><font color=3D"#888888">&gt;<br>
&gt; --<br>
&gt; You received this message because you are subscribed to the Google Grou=
ps<br>
&gt; "NOSQL" group.<br>
&gt; To post to this group, send email to <a href=3D"mailto:nosql-discussion=
@googlegroups.com">nosql-discussion@googlegroups.com</a>.<br>
&gt; To unsubscribe from this group, send email to<br>
&gt; <a href=3D"mailto:nosql-discussion%2Bunsubscribe@googlegroups.com">nosq=
l-discussion+unsubscribe@googlegroups.com</a>.<br>
&gt; For more options, visit this group at<br>
&gt; <a href=3D"http://groups.google.com/group/nosql-discussion?hl=3Den" tar=
get=3D"_blank">http://groups.google.com/group/nosql-discussion?hl=3Den</a>.<=
br>
<br>
--<br>
You received this message because you are subscribed to the Google Groups "N=
OSQL" group.<br>
To post to this group, send email to <a href=3D"mailto:nosql-discussion@goog=
legroups.com">nosql-discussion@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href=3D"mailto:nosql-discus=
sion%2Bunsubscribe@googlegroups.com">nosql-discussion+unsubscribe@googlegrou=
ps.com</a>.<br>
For more options, visit this group at <a href=3D"http://groups.google.com/gr=
oup/nosql-discussion?hl=3Den" target=3D"_blank">http://groups.google.com/gro=
up/nosql-discussion?hl=3Den</a>.<br>
<br>
</font></span></blockquote></div><br><br clear=3D"all"><div><br></div>-- <br=
>Cordialement,<br><br>Georges DICK<br>email <a href=3D"mailto:georges@monaco=
.net">geor...@monaco.net</a><br><a href=3D"http://georgesdick.com">http://ge=
orgesdick.com</a><br>


</div>

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups "N=
OSQL" group.<br>
To post to this group, send email to <a href=3D"mailto:nosql-discussion@goog=
legroups.com">nosql-discussion@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href=3D"mailto:nosql-discus=
sion+unsubscribe@googlegroups.com">nosql-discussion+unsubscribe@googlegroups=
.com</a>.<br>

For more options, visit this group at <a href=3D"http://groups.google.com/gr=
oup/nosql-discussion?hl=3Den">http://groups.google.com/group/nosql-discussio=
n?hl=3Den</a>.<br>


</div></blockquote></body></html>=

--Apple-Mail-60D39671-667F-4874-95A8-F4DF54644201--