Published in dataxu.technology·Jun 13, 2018Synchronizing Data PipelinesAre you finding it hard to synchronize processes that read and write data on a data lake? Are your solutions overly complex? If you answered yes to these questions, there is a simple pattern we use at dataxu that can help. It gets the work done with minimal overhead. The…Data Science8 min readData Science8 min read
Published in dataxu.technology·Jan 15, 2018How we implement Singletons in Scala at dataxuAt dataxu, we have been using Scala for a while now, and in our journey we have perfected our best practices. Among these best practices, we have refined our implementation of the Singleton design pattern in Scala. …Scala5 min readScala5 min read