Skip to content

Commit

Permalink
update built docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Osheroff committed Dec 10, 2015
1 parent 373866b commit 9e0d3b1
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 16 deletions.
33 changes: 24 additions & 9 deletions docs/site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,30 @@ <h3 id="maxwell-header" style="margin-top: -10px; font-weight: bold">Maxwell = M
<p>Maxwell is intended as a source for event-based readers, eg various ETL applications, search indexing,
stat emitters.
<br style="clear:both"/></p>
<pre><code>mysql&gt; insert into test.maxwell set id = 11, daemon = 'firebus! firebus!';

(maxwell)
{
&quot;database&quot;:&quot;test&quot;,
&quot;table&quot;:&quot;maxwell&quot;,
&quot;type&quot;:&quot;insert&quot;,
&quot;data&quot;:{&quot;id&quot;:11,&quot;daemon&quot;:&quot;firebus! firebus!&quot;}
}
<pre><code>mysql&gt; insert into `test`.`maxwell` set id = 1, daemon = 'Stanlislaw Lem';

&lt;- {
&quot;database&quot;:&quot;test&quot;,
&quot;table&quot;:&quot;maxwell&quot;,
&quot;type&quot;:&quot;insert&quot;,
&quot;ts&quot;:1449786310,
&quot;xid&quot;:940753,
&quot;commit&quot;:true,
&quot;data&quot;:{ &quot;id&quot;:1, &quot;daemon&quot;: &quot;Stanlislaw Lem&quot; }
}

mysql&gt; update test.maxwell set id = 11, daemon = 'firebus! firebus!';

&lt;- {
&quot;database&quot;:&quot;test&quot;,
&quot;table&quot;:&quot;maxwell&quot;,
&quot;type&quot;:&quot;update&quot;,
&quot;ts&quot;:1449786341,
&quot;xid&quot;:940786,
&quot;commit&quot;:true,
&quot;data&quot;:{&quot;id&quot;:11, &quot;daemon&quot;:&quot;Firebus! Firebus!&quot;},
&quot;old&quot;:{&quot;id&quot;:1, &quot;daemon&quot;:&quot;Stanlislaw Lem&quot;}
}
</code></pre>

<script>
Expand Down
2 changes: 1 addition & 1 deletion docs/site/mkdocs/search_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"docs": [
{
"location": "/",
"text": "Maxwell = Mysql + Kafka\n\n\n\nThis is Maxwell's daemon, an application that reads MySQL binlogs and writes row updates to Kafka as JSON.\nIt's playing in the same space as \nmypipe\n and \ndatabus\n,\nbut differentiates itself with these features:\n\n\n\n\nWorks with an unpatched mysql\n\n\nParses ALTER/CREATE/DROP table statements, which allows Maxwell to always have a correct view of the mysql schema\n\n\nStores its replication position and needed data within the mysql server itself\n\n\nRequires no external dependencies (save Kafka, if used)\n\n\nEschews the complexity of Avro for plain old JSON.\n\n\nMinimal setup\n\n\n\n\nMaxwell is intended as a source for event-based readers, eg various ETL applications, search indexing,\nstat emitters.\n\n\n\nmysql\n insert into test.maxwell set id = 11, daemon = 'firebus! firebus!';\n\n(maxwell)\n{\n \ndatabase\n:\ntest\n,\n \ntable\n:\nmaxwell\n,\n \ntype\n:\ninsert\n,\n \ndata\n:{\nid\n:11,\ndaemon\n:\nfirebus! firebus!\n}\n}\n\n\n\n\n\n jQuery(document).ready(function () {\n jQuery(\"#maxwell-header\").append(\n jQuery(\"<img alt='The Daemon, maybe' src='./img/cyberiad_1.jpg' style='float: left; height: 300px; padding-right: 30px;'>\")\n\n )\n });",
"text": "Maxwell = Mysql + Kafka\n\n\n\nThis is Maxwell's daemon, an application that reads MySQL binlogs and writes row updates to Kafka as JSON.\nIt's playing in the same space as \nmypipe\n and \ndatabus\n,\nbut differentiates itself with these features:\n\n\n\n\nWorks with an unpatched mysql\n\n\nParses ALTER/CREATE/DROP table statements, which allows Maxwell to always have a correct view of the mysql schema\n\n\nStores its replication position and needed data within the mysql server itself\n\n\nRequires no external dependencies (save Kafka, if used)\n\n\nEschews the complexity of Avro for plain old JSON.\n\n\nMinimal setup\n\n\n\n\nMaxwell is intended as a source for event-based readers, eg various ETL applications, search indexing,\nstat emitters.\n\n\n\nmysql\n insert into `test`.`maxwell` set id = 1, daemon = 'Stanlislaw Lem';\n\n\n- {\n \ndatabase\n:\ntest\n,\n \ntable\n:\nmaxwell\n,\n \ntype\n:\ninsert\n,\n \nts\n:1449786310,\n \nxid\n:940753,\n \ncommit\n:true,\n \ndata\n:{ \nid\n:1, \ndaemon\n: \nStanlislaw Lem\n }\n }\n\nmysql\n update test.maxwell set id = 11, daemon = 'firebus! firebus!';\n\n\n- {\n \ndatabase\n:\ntest\n,\n \ntable\n:\nmaxwell\n,\n \ntype\n:\nupdate\n,\n \nts\n:1449786341,\n \nxid\n:940786,\n \ncommit\n:true,\n \ndata\n:{\nid\n:11, \ndaemon\n:\nFirebus! Firebus!\n},\n \nold\n:{\nid\n:1, \ndaemon\n:\nStanlislaw Lem\n}\n }\n\n\n\n\n\n jQuery(document).ready(function () {\n jQuery(\"#maxwell-header\").append(\n jQuery(\"<img alt='The Daemon, maybe' src='./img/cyberiad_1.jpg' style='float: left; height: 300px; padding-right: 30px;'>\")\n\n )\n });",
"title": "Overview"
},
{
Expand Down
12 changes: 6 additions & 6 deletions docs/site/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,47 +4,47 @@

<url>
<loc>None/</loc>
<lastmod>2015-12-07</lastmod>
<lastmod>2015-12-10</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>None/quickstart/</loc>
<lastmod>2015-12-07</lastmod>
<lastmod>2015-12-10</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>None/config/</loc>
<lastmod>2015-12-07</lastmod>
<lastmod>2015-12-10</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>None/kafka/</loc>
<lastmod>2015-12-07</lastmod>
<lastmod>2015-12-10</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>None/dataformat/</loc>
<lastmod>2015-12-07</lastmod>
<lastmod>2015-12-10</lastmod>
<changefreq>daily</changefreq>
</url>



<url>
<loc>None/compat/</loc>
<lastmod>2015-12-07</lastmod>
<lastmod>2015-12-10</lastmod>
<changefreq>daily</changefreq>
</url>

Expand Down

0 comments on commit 9e0d3b1

Please sign in to comment.