Postgres is the database engine of choice for many omnis developers. However, it can be more that just a database. Alex will demonstrate a number of techniques or options to take advantage of Postgres that you may be aware that you have at your fingertips.
For example, Foreign Data Wrappers allow postgres to talk to most other SQL databases, noSQL DB’s, files, LDAP, Excel, web sites via HTTP, Big Data and more. With that cross database connectivity, you could query your customer database, your bug tracking system, receivables and develop some marketing metrics such as who has not using the system recently and either hasn’t paid their annual invoice, or who has not submitted a suport request. That kind of knowledge might generate a callout to do a health check on the customer relationship. It is possible to create a query in postgres that joins data from a number of database/files that do not use postgres.
Or, what about doing bulk data loading to your postgres database very quickly, checking data as you go, with the advantage that users can be in the system 24×7?
Alex’s session will show a number of these ‘less than obvious uses of postgres’ that have saved his team immeasurable time.
Alex has done well received sessions on Software testing at past Euromnis Conferences. Instead of discussing test protocols and what they look like, the clinic will help each session participant actually build some tests for their own software with Alex’s help.
If you believe in the notion of adding tests, this clinic will ensure you leave with some tests you can run and some techniques for refactoring code to make it easier to add more tests.
Once you have some tests that work on your own code, the process of adding tests to future code will be easier.