A program to recognize and reward our most engaged community members
<subsystem xmlns="urn:jboss:domain:datasources:1.1"> <datasources> <datasource jta="true" jndi-name="java:/jdbc/RapidAnalyticsDS" pool-name="RapidAnalyticsDS" enabled="true" use-java-context="false" use-ccm="true"> <connection-url>jdbc:mysql://localhost:3306/ra_21</connection-url> <driver>mysql-connector-java-5.1.31.jar</driver> <pool> <min-pool-size>0</min-pool-size> <max-pool-size>20</max-pool-size> <prefill>true</prefill> <use-strict-min>false</use-strict-min> <flush-strategy>FailingConnectionOnly</flush-strategy> </pool> <security> <user-name>username</user-name> <password>password</password> </security> <validation> <validate-on-match>true</validate-on-match> <background-validation>false</background-validation> </validation> <statement> <prepared-statement-cache-size>0</prepared-statement-cache-size> <share-prepared-statements>false</share-prepared-statements> </statement> </datasource> <drivers> <driver name="mysql-connector-java-5.1.31.jar" module="com/mysql"> <driver-class>com.mysql.jdbc.Driver</driver-class> <xa-datasource-class>com.mysql.jdbc.Driver</xa-datasource-class> </driver> </drivers> </datasources> </subsystem>
<?xml version="1.0" encoding="UTF-8" standalone="no"?><process version="6.3.000"> <context> <input/> <output/> <macros/> </context> <operator activated="true" class="process" compatibility="6.3.000" expanded="true" name="Process"> <process expanded="true"> <operator activated="true" class="set_macro" compatibility="6.3.000" expanded="true" height="60" name="Set Macro" width="90" x="45" y="30"> <parameter key="macro" value="attribute"/> <parameter key="value" value="TestRITScore"/> </operator> <operator activated="true" class="retrieve" compatibility="6.3.000" expanded="true" height="60" name="Retrieve AISL MAP" width="90" x="179" y="30"> <parameter key="repository_entry" value="data/AISL MAP"/> </operator> <operator activated="true" class="text:data_to_json" compatibility="6.1.000" expanded="true" height="76" name="Data To JSON" width="90" x="179" y="120"> <parameter key="generate_array" value="true"/> </operator> <operator activated="true" class="text:documents_to_data" compatibility="6.1.000" expanded="true" height="76" name="Documents to Data" width="90" x="45" y="210"> <parameter key="text_attribute" value="text"/> <parameter key="add_meta_information" value="false"/> </operator> <operator activated="true" class="extract_macro" compatibility="6.3.000" expanded="true" height="60" name="Extract Macro" width="90" x="179" y="210"> <parameter key="macro" value="jsonData"/> <parameter key="macro_type" value="data_value"/> <parameter key="attribute_name" value="text"/> <parameter key="example_index" value="1"/> <list key="additional_macros"/> </operator> <operator activated="true" class="text:create_document" compatibility="6.1.000" expanded="true" height="60" name="Create Document" width="90" x="179" y="300"> <parameter key="text" value="<!DOCTYPE html> <html> <head> <div class=“chart”></div> <script src=“http://d3js.org/d3.v3.min.js”	charset=“utf-8”></script> <style> .chart div { font: 			10px sans-serif; background-color:	steelblue; text-align:		right; padding:		3px margin:		1px color: white; } </style> </head> <body> <script> var data = %{jsonData}; var x = d3.scale.linear() .domain([0, d3.max(data)]) .range([0, 420]); d3.select(“.chart”) .selectAll(“div”) .data(data) .enter() .append(“div”) .style(“width”, function(d) { return d.%{attribute} * 10 + “px”; }) .text(function(d) { return d.%{attribute}; }); </script> </body> </html> "/> </operator> <operator activated="true" class="text:write_document" compatibility="6.1.000" expanded="true" height="76" name="Write Document" width="90" x="313" y="300"> <parameter key="file" value="/Users/gcmobile/Desktop/stuff to put back on Fougamou/test2.*"/> </operator> <connect from_op="Retrieve AISL MAP" from_port="output" to_op="Data To JSON" to_port="example set 1"/> <connect from_op="Data To JSON" from_port="documents" to_op="Documents to Data" to_port="documents 1"/> <connect from_op="Documents to Data" from_port="example set" to_op="Extract Macro" to_port="example set"/> <connect from_op="Extract Macro" from_port="example set" to_port="result 1"/> <connect from_op="Create Document" from_port="output" to_op="Write Document" to_port="document"/> <connect from_op="Write Document" from_port="document" to_port="result 2"/> <portSpacing port="source_input 1" spacing="0"/> <portSpacing port="sink_result 1" spacing="0"/> <portSpacing port="sink_result 2" spacing="0"/> <portSpacing port="sink_result 3" spacing="0"/> </process> </operator></process>