Ruby on Rails Friday, September 29, 2017

On Fri, Sep 29, 2017 at 8:55 AM, Ben Edwards <login@funkytwig.com> wrote:

> The data transformation(table) will be changed fairly regularly (i.e. if I
> spot a venue listing that should not be included I define a transformation
> rather than delete it manually, this way if a similar thing happens again it
> will automatically be removed. As the data comes from external listings
> sites and facebook groups the transformation will need constantly tweaking
> based observations. It may be I have to do this by loading the data into
> staging tables and process them.

If your reference data is *not* immutable load-one-time-only then
your change/transform/whatever process should live and run on the
production server.

A "staging" server is for realistic testing of your *procedures* that will
run on production, not doing data transformation to export.

--
Hassan Schroeder ------------------------ hassan.schroeder@gmail.com
twitter: @hassan
Consulting Availability : Silicon Valley or remote

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CACmC4yDAy3p0J3GijW7ERapNJhCKuyyPzdDeSsCQgPoJwjfmcw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment