Tag: Open Source

Community

Mimeo – DML Replication

(Keith) For the last introductory post about mimeo, I’ll be talking about DML replication (previous posts here and here). This is the most common way replication is done on a per table basis (at least that I’ve seen). Typically, a trigger is placed on the source table that tracks all changes (INSERT

Community

Loading Useful Modules in PLV8

(Andrew Dunstan) PLV8 is a trusted language. In fact it arguably safer than pretty much any non-core loadable language, since the interpreter is naturally sandboxed. So there’s no way to load external processing modules from the file system. However, pure JavaScript modules can be cleanly loaded fro