Save the date: ApacheCon Miami, May 15-19, 2017

2016-11-30 Thread Rich Bowen
Dear Apache enthusiast,

ApacheCon and Apache Big Data will be held at the Intercontinental in
Miami, Florida, May 16-18, 2017. Submit your talks, and register, at
http://apachecon.com/  Talks aimed at the Big Data section of the event
should go to
http://events.linuxfoundation.org/events/apache-big-data-north-america/program/cfp
while other talks should go to
http://events.linuxfoundation.org/events/apachecon-north-america/program/cfp


ApacheCon is the best place to meet the people that develop the software
that you use and rely on. It’s also a great opportunity to deepen your
involvement in the project, and perhaps make the leap to contributing.
And we find that user case studies, showcasing how you use Apache
projects to solve real world problems, are very popular at this event.
So, do consider whether you have a use case that might make a good
presentation.

ApacheCon will have many different ways that you can participate:

Technical Content: We’ll have three days of technical sessions covering
many of the projects at the ASF. We’ll be publishing a schedule of talks
on March 9th, so that you can plan what you’ll be attending

BarCamp: The Apache BarCamp is a standard feature of ApacheCon - an
un-conference style event, where the schedule is determined on-site by
the attendees, and anything is fair game.

Lightning Talks: Even if you don’t give a full-length talk, the
Lightning Talks are five minute presentations on any topic related to
the ASF, and can be given by any attendee. If there’s something you’re
passionate about, consider giving a Lightning Talk.

Sponsor: It costs money to put on a conference, and this is a great
opportunity for companies involved in Apache projects, or who benefit
from Apache code - your employers - to get their name and products in
front of the community. Sponsors can start any any monetary level, and
can sponsor everything from the conference badge lanyard, through larger
items such as video recordings and evening events. For more information
on sponsoring ApacheCon, see http://apachecon.com/sponsor/

So, get your tickets today at http://apachecon.com/ and submit your
talks. ApacheCon Miami is going to be our best ApacheCon yet, and you,
and your project, can’t afford to miss it.

-- 
Rich Bowen - rbo...@apache.org
VP, Conferences
http://apachecon.com
@apachecon



[ANN] lava a ridiculously simple shell script to keep your views toasty warm

2016-11-30 Thread Dave Cottlehuber
I whipped up lava this morning as I wanted a view heater script that
didn't depend on things (node, erlang) that other devs might want to
change:

https://github.com/iwantmyname/lava

- MIT licensed
- jq & curl as dependencies
- ideal for running from cron

I'm using this to ensure a replicated backup CouchDB has the same
up-to-date views as the production systems.

For those who don't know, a view heater script simply curls your view
periodically with ?stale=update_after. CouchDB then updates the view
with any changes in the corresponding DB since the last query. This
means, that when you query a less-frequently-used view, there is no
significant build time as it's already up to date. The trade-off is of
course that you may need to compact more often. Caveat Sysadmin!

A+
Dave


emit with key 0

2016-11-30 Thread Vincent Lextrait
Hello,

There must be something I do which is badly wrong, I am using emit with a
numeric key. It is so simple that I cannot believe it is a couchdb bug.
It works fine with all keys which are not 0, and documents are properly
inserted in the view. When the key is 0, emit does not seem to generate an
insertion in the view.
Any idea?

Thanks a lot,
Vincent