NoSQL RoadShow 2012
- Considerations for using nosql at your next it project
"Akmal B. Chaudry - IBM"
- Finding relevant developer skills
- choosing the right product
- crossing the chasm
- great open source community
- backed by commercial companies
- history
| import org.junit.Test | |
| import javax.sql.DataSource | |
| import org.apache.commons.dbcp.BasicDataSource | |
| import static junit.framework.Assert.assertNotNull | |
| import org.springframework.jdbc.core.simple.SimpleJdbcTemplate | |
| import org.springframework.jdbc.core.RowMapper | |
| import java.sql.ResultSet | |
| import org.joda.time.LocalDate |
| public void testSave() { | |
| Currency currency = new Currency(); | |
| _templateMock.expects(once()).method("merge").with(same(currency)); | |
| _currencyDAO.save(currency); | |
| } |
| say "Rim me up, before you go go. rapapapapapa bappbappbapp.......... BANG" |
| #!/bin/bash | |
| set -e | |
| function main() { | |
| git rev-list --reverse --since="6 months ago" HEAD | | |
| while read rev; do | |
| echo "`revision_time`, `line_count`" | |
| done | |
| } |
| define(["moment"], function(moment) { | |
| function PrognosisTimeKeeper(prognosisTime) { | |
| var initialPrognosisTime = function() { | |
| //this == Window | |
| var currentTime = moment(this.lastPrognosisTime, "DD.MM.YYYY HH:MM"); | |
| return currentTime.add("h", 4).format("YYYY-MM-DD HH\\0\\0"); | |
| }; | |
| var setNewPrognosisTime = function() { | |
| this.lastPrognosisTime = prognosisTime.get("lastPrognosisProductionTime"); | |
| }; |
NoSQL RoadShow 2012
I hereby claim:
To claim this, I am signing this object: