View Poll Results: I manage my data primarily in a:

Voters
8. You may not vote on this poll
  • Spreadsheet

    1 12.50%
  • Statistical program

    2 25.00%
  • Database

    2 25.00%
  • Text files

    2 25.00%
  • Other

    1 12.50%
Results 1 to 5 of 5

Thread: Simple database

  1. #1
    Join Date
    Nov 2006
    Location
    New Zealand
    Beans
    422

    Simple database

    I deal with moderately-sized data sets that get very time-consuming to deal with in a spreadsheet. Usually I do some very basic manipulation in a spreadsheet, then import the data into R and manipulate them there. However I am now dealing with a dataset that will take a lot of manual editing wherever I put it, and it would be great to be able to load it into a basic relational database with a simple GUI.

    Does anyone use relational databases for scientific data? What application would you recommend?

  2. #2
    Join Date
    Jan 2008
    Location
    the space between spaces.
    Beans
    1,654

    Re: Simple database

    Maybe Glom?
    "If a cluttered desk signs a cluttered mind, Of what, then, is an empty desk a sign?" -Albert Einstein.

  3. #3
    Join Date
    Mar 2007
    Location
    Finland
    Beans
    256
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Simple database

    I use MySQL database for my larger data sets so I can conveniently load only selected parts to R. I use a combination of shell, gawk and perl scripts to parse and upload data to the database and R with RODBC package to query and analyze the data. No GUI there if that was you were hoping for..

    For instance I have some continuos measurements that are automatically uploaded to the database as cron job and another cron job runs an analysis R script that creates some plots of the data from previous days and e-mails me the figs so I can check that everything is working when I come to work in the morning. Or from my mobile if I'm out of office.

    BTW. I put statistical program to the poll since I mainly use R for analysing the data, but actually I mainly store it in text files...
    Last edited by ahmatti; December 18th, 2008 at 08:29 AM.

  4. #4
    Join Date
    Nov 2006
    Location
    New Zealand
    Beans
    422

    Re: Simple database

    Long term that sounds the best way of doing it ahmatti. But it sounds like it would take me a long time to set up and learn, time I don't actually have right now, which is why I am looking for something with a simple GUI. Once getting used to databases with that I may move to MySQL or something similar in future, but I'd rather not take too big a leap into the unknown at once!

    Glom looks interesting, I have downloaded the current version but will attempt to get the latest one from source, as the latest one can apparantly import .csv files, which would make my job a lot faster. I'll have to play more once I've got it to work out if it will do the job.

  5. #5
    Join Date
    Nov 2006
    Location
    New Zealand
    Beans
    422

    Re: Simple database

    Glom does look great, but I am having difficulties building the latest version, which I would need to import my data as .csv files. So I'll be using OO.org Base for now. But I'm keeping an eye on Glom, I'd say it has a great future. Far more user-friendly than Base.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •