Message from discussion
Dump Database
Received: by 10.86.29.19 with SMTP id c19mr103771fgc.21.1235063871537;
Thu, 19 Feb 2009 09:17:51 -0800 (PST)
Return-Path: <ja...@amee.cc>
Received: from mail-bw0-f162.google.com (mail-bw0-f162.google.com [209.85.218.162])
by mx.google.com with ESMTP id 3si135071fgg.16.2009.02.19.09.17.51;
Thu, 19 Feb 2009 09:17:51 -0800 (PST)
Received-SPF: neutral (google.com: 209.85.218.162 is neither permitted nor denied by best guess record for domain of ja...@amee.cc) client-ip=209.85.218.162;
Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.218.162 is neither permitted nor denied by best guess record for domain of ja...@amee.cc) smtp.mail=ja...@amee.cc
Received: by mail-bw0-f162.google.com with SMTP id 6so1422467bwz.8
for <amee-developer@googlegroups.com>; Thu, 19 Feb 2009 09:17:51 -0800 (PST)
MIME-Version: 1.0
Received: by 10.180.246.2 with SMTP id t2mr3274835bkh.161.1235063870456; Thu,
19 Feb 2009 09:17:50 -0800 (PST)
In-Reply-To: <fb9ce42e-7e79-44bd-a8f3-7b27cd372ed1@f20g2000yqg.googlegroups.com>
References: <fb9ce42e-7e79-44bd-a8f3-7b27cd372ed1@f20g2000yqg.googlegroups.com>
Date: Thu, 19 Feb 2009 17:17:50 +0000
Message-ID: <d0edc4c60902190917waafbc48md7ab6bbae35700a8@mail.gmail.com>
Subject: Re: [amee-developer] Dump Database
From: James Smith <ja...@amee.cc>
To: amee-developer@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Hi Jer,
2009/2/19 Jer <lane...@gmail.com>:
> Just wondering is there some way to do a database dump on the amee
> staging database I have been given. I am doing a college project based
> on the calculations AMEE performs and it would be really handy to know
> what fields amee stores for each profile.
A database dump wouldn't really help, I'm afraid! The best way to find
what data we store is to explore the web interface (you were sent a
link with your key). We don't necessarily store all data for every
profile, just what the API client puts in. As for how AMEE performs
its calculations, the wiki (http://wiki.amee.com) has information on
all that side of things.
Alternatively, if you mean you want to fetch all data for an existing
profile, you can use our recursive GET call to fetch all data within a
profile in one go. See
http://my.amee.com/developers/wiki/AmeeProfileApi/BatchGet for
details.
cheers,
James Smith