- Knowledge
- Barman is a database recovery tool.
- Strategy
- Install Barman with yum on the backup server.
- Verify the barman user has ssh access to the postgres user on the main server.
- Verify the postgres user has ssh access to the barman user on the backup server.
- Verify the barman user can connect to the database on the main server.
- Configure Barman with default settings, noting the incoming_wals_directory.
- Configure Barman to enable continuous WAL archiving.
- Restart the server.
- Test new backup and restore functionality.
- Execution
Monday, February 22, 2016
How to recover from disasters with Barman
Thursday, February 18, 2016
Friday, January 29, 2016
Friday, December 18, 2015
How to base data with PostgreSQL
![]() |
| The world's most advanced open source database. |
- Knowledge
- PostgreSQL is an open-source database.
- Strategy
- Install on AWS EC2 Ubuntu.
- Configure the database.
- A example Python script is provided.
- Execution
Thursday, December 17, 2015
How to store data with Druid
![]() |
| Fast column-oriented distributed datastore. |
- Knowledge
- Druid is an open-source distributed data store, currently utilized by Netflix, Yahoo and others.
- Strategy
- Download the tarball.
- Dependencies
- Apache Derby
- Install the tarball.
- Configuration.
- Zookeeper
- Install by tutorial instructions.
- Run the server.
- Execute a simple query.
- Execute a complex query, fast.
- Execution
Friday, December 11, 2015
Thursday, December 10, 2015
How to teach a machine to learn
- Knowledge
- Scikit-learn is a toolkit for machine learning in Python.
- It explains how it solves machine learning problems.
- Strategy
- Scikit-learn provides a tutorial for getting started.
- Although, where do we even start if our application is huge, nuanced and complex? Let's use nearest-neighbor thinking to build off a similar solution! (a quick google search found it)
- Execution
Subscribe to:
Posts (Atom)






