Live data from Hacker News

Viewing profile — willholley

willholley

HN member
Joined
Tue, Jul 13, 2010, 11:32 AM UTC
HN karma
38
Public activity
20 items

About willholley

CTO at Bluewire Technologies Ltd http://www.bluewire-technologies.com/

Recent public activity

  1. comment
    Comment #13105752

    The chattiness is mostly addressed with _bulk_get in CouchDB 2.0 - Pouch will automatically use it if the server supports it. Another option is to stick a HTTP/2 proxy in front of …

  2. comment
    Comment #12546422

    There are a lot of use cases, particularly around multi-region/DC master-master replication, where CouchDB/Cloudant is a great fit. IBM also offers MongoDB, RethinkDB, Postgres as …

  3. comment
    Comment #12546377

    I think there's a lot for you to like in 2.0. > The replication protocol, which supports multi-master, has changed little Basically true, though with many interoperating, independe…

  4. comment
    Comment #10675712

    possibly this has changed recently but I don't think medical records software is subject to the same standards as medical device software (in Europe, at least). It's important to r…

  5. comment
    Comment #9138180

    For MongoDB lovers, PouchDB supports MongoDB-style querying via https://github.com/nolanlawson/pouchdb-find . MongoDB doesn't have the fundamental sync primitives that CouchDB has …

  6. comment
    Comment #8866396

    That's fine for scaling reads - writes, not so much. The leader election in MongoDB has been problematic in the past ( https://aphyr.com/posts/284-call-me-maybe-mongodb ) but I thi…

  7. comment
    Comment #8866394

    ES isn't really meant to be used as an operational datastore (although I appreciate some do use it that way). CouchDB provides strong durability and master-master replication. It's…

  8. comment
    Comment #8866338

    Although it's been a quiet few years, the project is on the up again. 2014 was a big year for CouchDB - CouchDB 2.0 developer preview was released (more on this in a sec) [1], IBM …

  9. comment
    Comment #8492386

    database-per-user is a common pattern with CouchDB. If you need to aggregate data across your users for reporting etc then you can use a server-side replication to create a "master…

  10. comment
    Comment #7521897

    We (Cloudant) ran a Jepsen-style test against our clustered CouchDB implementation (similar to BigCouch). The write-up is at https://cloudant.com/blog/run-dmc-explains-network-part…

  11. comment
    Comment #7482833

    shameless plug: Cloudant Geo ( https://cloudant.com/product/cloudant-features/geospatial/ ) uses a sharded R*-Tree for big geospatial data.

  12. comment
    Comment #6819447

    Have you looked at Cloudant ( https://cloudant.com/ )?

  13. comment
    Comment #6809110

    True - multi-master in CouchDB means that you can have two CouchDB instances (or, indeed, anything which speaks the CouchDB replication protocol - see http://www.replication.io/ ) …

  14. comment
    Comment #5639310

    Bluewire Technologies - Bristol, UK http://www.bluewire-technologies.com/ We are a small (currently 6), established team building innovative software for health professionals in th…

  15. comment
    Comment #4228353

    Just for clarity, the minimum 28 days in the UK is inclusive of the 8 bank holidays.

  16. comment
    Comment #3464395

    There was a recent statement on the plans to open up more data sets - see http://www.cabinetoffice.gov.uk/sites/default/files/resource...

  17. comment
    Comment #3358895

    One problem is that as a vendor, we have to work to the lowest common denominator. It's still generally a requirement that you support IE6, despite the department of health encoura…

  18. comment
    Comment #2055348

    As a vendor in the UK, we have been integrating the CUI for the last few years. The quality of the guidance is mixed - there is good evidence that having a "Patient Banner" in a co…

  19. comment
    Comment #1910061

    Very similar to the analysis by Steven Murdoch and Ross Anderson published in January: see http://www.cl.cam.ac.uk/~rja14/Papers/fc10vbvsecurecode.pdf

  20. comment
    Comment #1511090

    It is possible to work in an agile manner with the NHS but it is not easy. I have been working for a small company selling software into NHS hiospitals for 7 years now, and we gene…