2016-06-01 Setting Up Your Dataverse Development Environment
#!/usr/bin/env python | |
import urllib2 | |
import csv | |
import json | |
url = 'https://docs.google.com/spreadsheets/d/1t5sZiqTacunAXhfjcOnj4l81jNiCpswE8DlbVNqyKgU/export?gid=504231308&format=tsv' | |
def findIssueTitle(url): | |
text = urllib2.urlopen(url).read() | |
# FIXME: find cleaner solution than removing characters |
After running vagrant up
you should be able to visit http://localhost:3838/sample-apps/hello/ and see "Shiny installed via RPM" at the top and a histogram with black bins similar to the "screenshot.png" found in this directory.
The setup is done by setup.sh
and operates on files within the Vagrant VM in "/shiny-setup". See Vagrantfile in this directory for details.
This proof of concept uses the following software versions:
- CentOS 6.5
- Jessica Kerr - Cognicast Episode 082 — Cognitect Blog - http://blog.cognitect.com/cognicast/082
- Distributed Systems Tracing with Zipkin | Twitter Blogs - https://blog.twitter.com/2012/distributed-systems-tracing-with-zipkin
- "The key is that it be paradigm agnostic. The JVM is not. It is strictly OO." -- https://plus.google.com/+MarkLewis/posts/FuJmn9QFc1p
- Java 8 Improves JIRA Performance Dramatically - JIRA Knowledge Base - Atlassian Documentation - https://confluence.atlassian.com/display/JIRAKB/Java+8+Improves+JIRA+Performance+Dramatically?desktop=true¯oName=kbsurvey
- Some remarks on The Repeated Deaths of OOP | [self employed] - http://www.mbarsinai.com/blog/2015/06/07/some-remarks-on-the-repeated-deaths-of-oop/
- Moving Fast with Software Verification | Publications | Research at Facebook | Facebook - https://research.facebook.com/publications/422671501231772/moving-fast-with-software-verification/
- "As many of you may have heard, we are seriously thinking about switching from Python to Java
I'm seeing strange hl.fragsize behavior in the version of Solr 4.6.0, the version I happen to be using.
I've been testing with this "mp500.xml" file...
... using the query "q=indication" and I get some highlights:
$ curl -s "http://localhost:8983/solr/collection1/select?wt=json&indent=true&hl=true&hl.fl=*&q=indication" | jq '.highlighting'
Solr JOINs are a way to enforce document security, as explained by Yonik Seeley at http://lucene.472066.n3.nabble.com/document-level-security-filter-solution-for-Solr-tp4126992p4126994.html
This repository contains an example of a working Solr JOIN based on data in before.json
. Permissions per user are embedded in the primary documents like this:
{
"id": "dataset_3",
"perms_ss": [
"alice",