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 New, dream database service for web developers. Beta testers and feedback needed.

Received: by 10.42.138.197 with SMTP id d5mr3900538icu.8.1338629849614;
        Sat, 02 Jun 2012 02:37:29 -0700 (PDT)
X-BeenThere: nosql-discussion@googlegroups.com
Received: by 10.50.163.42 with SMTP id yf10ls1384691igb.1.gmail; Sat, 02 Jun
 2012 02:37:25 -0700 (PDT)
Received: by 10.43.47.202 with SMTP id ut10mr3920042icb.5.1338629845397;
        Sat, 02 Jun 2012 02:37:25 -0700 (PDT)
Received: by 10.43.47.202 with SMTP id ut10mr3920041icb.5.1338629845387;
        Sat, 02 Jun 2012 02:37:25 -0700 (PDT)
Return-Path: <adam.ret...@googlemail.com>
Received: from mail-ob0-f172.google.com (mail-ob0-f172.google.com [209.85.214.172])
        by gmr-mx.google.com with ESMTPS id bg4si378683igb.3.2012.06.02.02.37.25
        (version=TLSv1/SSLv3 cipher=OTHER);
        Sat, 02 Jun 2012 02:37:25 -0700 (PDT)
Received-SPF: pass (google.com: domain of adam.ret...@googlemail.com designates 209.85.214.172 as permitted sender) client-ip=209.85.214.172;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of adam.ret...@googlemail.com designates 209.85.214.172 as permitted sender) smtp.mail=adam.ret...@googlemail.com; dkim=pass header...@googlemail.com
Received: by obbeh20 with SMTP id eh20so5889081obb.17
        for <nosql-discussion@googlegroups.com>; Sat, 02 Jun 2012 02:37:25 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=googlemail.com; s=20120113;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type:content-transfer-encoding;
        bh=CHhDL/gnrzXwwLp9Pa4HEWkWGnHCQz7R7Ty/KMJ2USo=;
        b=jxfFmRnpZu6rC4VNPEXUYB9YHsmC/pAdmvVTGUFxft0POmloh5raK9dnyVAHE+QwkC
         IjyNQ4dRIc1LyNg06AWmwE11Akw+DGrxaxoyH0tABl61AJZ7NErV+q4kbWxYlJXgfmh3
         f6Hg2T8XiXgqLlRJBFXRcyWg+NDwY6dWsTSLA2OGDit0GQamjOlI/rrEtB5SlvTNx/ZK
         wrzn3D5i6yQ1aLH7KehAO0vpDemGES5vmfUjJe3ox7ldYyrspMbiQOADHO/yUGjOWpsR
         rq4tFHZv/yX0fn90uJJTo3egwEbazTfvG+r8Q30P1Jy5wKBqgBODcx5m6Ryom3HBHWKO
         aUNw==
MIME-Version: 1.0
Received: by 10.50.168.100 with SMTP id zv4mr3971879igb.4.1338629844870; Sat,
 02 Jun 2012 02:37:24 -0700 (PDT)
Received: by 10.64.33.107 with HTTP; Sat, 2 Jun 2012 02:37:24 -0700 (PDT)
In-Reply-To: <62f0eab9-b8bf-4cbc-a17e-8f1630a69f1a@googlegroups.com>
References: <3447a242-672d-468a-b351-f4209c26b...@p27g2000vbl.googlegroups.com>
	<CAPp2SNxvOVVGDnj1NV3sj3P1Gq21-1p+GGmpst_-YFGhnqY...@mail.gmail.com>
	<62f0eab9-b8bf-4cbc-a17e-8f1630a69f1a@googlegroups.com>
Date: Sat, 2 Jun 2012 10:37:24 +0100
Message-ID: <CAPK0icj7Bhf_NRm58SRda85SJYdKNgPzbLoDhty=cr6OVai...@mail.gmail.com>
Subject: Re: New, dream database service for web developers. Beta testers and
 feedback needed.
From: Adam Retter <adam.ret...@googlemail.com>
To: nosql-discussion@googlegroups.com
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Just to say, you should consider a better website design. The
immediate look is a complete turn-off...

On 2 June 2012 00:14, dfragnito <dfragn...@gmail.com> wrote:
> It's a service there is no software to install. We are starting a beta
> program and are looking for beta tester.=C2=A0 We announced the alpha pre=
view to
> get beta testers. Unfinished yes duchbag may be=C2=A0 a bit harsh. Sign u=
p for
> our beta program and check out the demos.
>
>
>
> On Friday, June 1, 2012 7:01:28 PM UTC-4, Kunthar wrote:
>>
>> my questions;
>> -is this db is free software or you need
>> some slaves to do junk work?
>
>
>> - why you do announce your unfinished
>> duchebag at alpha stage?
>> - where is the source code ;-)
>>
>>
>>
>>
>>
>>
>>
>>
>> On Saturday, June 2, 2012, dfragnito <dfragn...@gmail.com> wrote:
>> > SchemafreeDB was designed from the ground-up to enable Rapid Database
>> > Development.
>> >
>> > SchemafreeDB's unique combination of features include:
>> >
>> > * Free-form data structures created at insert-time.
>> >
>> > * No worries about issuing UPDATE TABLE on large data sets. In fact,
>> > we did away with the entire concept of UPDATE TABLE.
>> >
>> > * Support for complex, nested data structures. Objects can contain
>> > simple attributes (String, Int, etc) or other Objects.
>> >
>> > * Support for querying across disparate object structures.
>> >
>> > * Familiar SQL query language.
>> >
>> > * Simple join-free, dot-notated syntax (e.g. WHERE
>> > $s:person.address.city=3D'Rochester' AND $i:person.income>50000). This
>> > is familiar to the ease of working in an ORM, but without the
>> > impedance mismatch between in-memory objects and database objects.
>> >
>> > * Free indexing. Delivers fast index-like queries without index
>> > configuration AND at the same time delivers inserts at fast no-index
>> > speeds.
>> >
>> > * Lightweight, consistent, platform-neutral connection library - JSON
>> > over HTTP. Access your database the same way from from any network-
>> > enabled platform.
>> >
>> > Please check us out at http://schemafreedb.com
>> >
>> > We're looking for feedback!
>> >
>> > --
>> > 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.
>> >
>> >
>>
>> --
>> BR,
>> \|/ Kunthar
>>
> --
> You received this message because you are subscribed to the Google Groups
> "NOSQL" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/nosql-discussion/-/AhTvZ7HUYmAJ.
>
> 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
Adam Retter

skype: adam.retter
tweet: adamretter
http://www.adamretter.org.uk