<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Zepheira &#187; XML</title>
	<atom:link href="http://zepheira.com/tag/xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://zepheira.com</link>
	<description>The Art of Data</description>
	<lastBuildDate>Mon, 30 Jan 2012 17:47:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Akara Presentation Coming at XML Prague</title>
		<link>http://zepheira.com/2011/02/akara-presentation-coming-at-xml-prague/</link>
		<comments>http://zepheira.com/2011/02/akara-presentation-coming-at-xml-prague/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 17:01:01 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://zepheira.com/2011/02/akara-presentation-coming-at-xml-prague/">uche</span></dc:creator>
				<category><![CDATA[Zepheira]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[Uche Ogbuji]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://zepheira.com/?p=1707</guid>
		<description><![CDATA[Zepheira partner Uche Ogbuji will be presenting the Akara open source project to XML technology professionals at 2011 XML Prague.  The presentation &#8220;Akara – Spicy Bean Fritters and XML Data Services&#8221; will provide a technical overview of the project, which has been used in Zepheira work with the US Library of Congress, MIT, Sun Microsystems and much [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Zepheira partner <a href="http://zepheira.com/about/people/uche-ogbuji/">Uche Ogbuji</a> will be presenting the <a href="http://akara.info/">Akara</a> open source project to XML technology professionals at <a href="http://www.xmlprague.cz/2011/index.html">2011 XML Prague</a>.  The presentation <a href="http://www.xmlprague.cz/2011/sessions.html#Akara-%E2%80%93-Spicy-Bean-Fritters-and-XML-Data-Services">&#8220;Akara – Spicy Bean Fritters and XML Data Services&#8221;</a> will provide a technical overview of the project, which has been used in Zepheira work with the US Library of Congress, MIT, Sun Microsystems and much more.  To quote from the abstract:</p>
<blockquote>
<p style="padding-left: 60px;"><em>Akara is a platform for developing data services, and especially XML data services, available on the Web, using REST architecture. It is open source software written in Python and C. An important concept in Akara is information pipelining, where discrete services can be combined and chained together, including services hosted remotely. There is strong support for pipeline stages for XML processing, as Akara includes a port of the well-known 4Suite and Amara XML processing components for Python. The version of Amara in Akara provides optimized XML processing using common XML standards as well as fresh ideas for expressing XML pattern processing, based on long experience in standards-based XML applications. Some of these features include XPath and XSLT, a lightweight, dynamic data binding mechanism, XML modeling and processing constraints by example (using Examplotron), Schematron assertions, XPath-driven streamable processing and overall low-level support for lazy iterator processing, and thus the map/reduce style. Akara does not enforce a built-in mechanism for persistence of XML, but is designed to complete a low-level persistence engine with overall characteristics of an XML DBMS.</em></p>
</blockquote>
<p>Registration for XML Prague is sold out, but the conference is well known for the quality of its free online video access for those interested.  Details will be posted on the site as the date approaches.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://zepheira.com/2011/02/akara-presentation-coming-at-xml-prague/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zepheira moves Akara open source project to GitHub</title>
		<link>http://zepheira.com/2011/01/zepheira-moves-akara-open-source-project-to-github/</link>
		<comments>http://zepheira.com/2011/01/zepheira-moves-akara-open-source-project-to-github/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 18:02:25 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://zepheira.com/2011/01/zepheira-moves-akara-open-source-project-to-github/">uche</span></dc:creator>
				<category><![CDATA[Zepheira]]></category>
		<category><![CDATA[Akara]]></category>
		<category><![CDATA[amara]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://zepheira.com/?p=1683</guid>
		<description><![CDATA[Zepheira has recently asserted leadership in the Akara open source project, which is a key component of many of its broader strategic initiatives.  In order to help support efficient collaboration on the project Zepheira has moved it to the GitHub service. Akara is a platform for developing data services, especially XML data services, and making them [...]]]></description>
			<content:encoded><![CDATA[<p>Zepheira has recently asserted leadership in the <a href="http://akara.info">Akara open source project</a>, which is a key component of many of its broader strategic initiatives.  In order to help support efficient collaboration on the project Zepheira has moved it to the <a href="http://github.com/">GitHub</a> service.</p>
<p>Akara is a platform for developing data services, especially XML data services, and making them available on the Web, using REST architecture. It is open source software written in Python and C.  Akara is an umbrella project that includes Amara, a Python XML processing library based on the mature but now obsolete 4Suite XML library, enhanced for performance and modernized API.  Amara implements common XML standards while implementing many fresh ideas for expressing XML pattern processing. Some of these features include XPath and XSLT, a lightweight, dynamic data binding mechanism, XML modeling and processing constraints by example (using Examplotron), Schematron assertions, XPath-driven streamable processing and overall low-level support for lazy iterator processing, and thus the map/reduce style.</p>
<p>Please see the <a href="http://github.com/zepheira/akara">Akara project on GitHub</a>, as well as the <a href="http://github.com/zepheira/amara">Amara project</a>, which is separated for developer/packager convenience.  Find many other of Zepheira&#8217;s contributions to open source on the <a href="http://github.com/zepheira/">organization&#8217;s GitHub profile</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://zepheira.com/2011/01/zepheira-moves-akara-open-source-project-to-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML Prague Program Committee Includes Zepheira Partner</title>
		<link>http://zepheira.com/2011/01/xml-prague-program-committee-includes-zepheira-partner/</link>
		<comments>http://zepheira.com/2011/01/xml-prague-program-committee-includes-zepheira-partner/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 18:27:49 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://zepheira.com/2011/01/xml-prague-program-committee-includes-zepheira-partner/">uche</span></dc:creator>
				<category><![CDATA[Zepheira]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[Uche Ogbuji]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://zepheira.com/?p=1664</guid>
		<description><![CDATA[Zepheira partner <a href="http://zepheira.com/about/people/uche-ogbuji/">Uche Ogbuji</a> is serving on the <a href="http://www.xmlprague.cz/2011/index.html">2011 XML Prague</a> (themed "Web and XML") Program Committee.  Mr. Ogbuji offers his experience with XML and other formats processed in pipelines of broadly-sourced data.]]></description>
			<content:encoded><![CDATA[<p>Zepheira partner <a href="http://zepheira.com/about/people/uche-ogbuji/">Uche Ogbuji</a> is serving on the <a href="http://www.xmlprague.cz/2011/index.html">2011 XML Prague</a> Program Committee.  In keeping with <a href="http://zepheira.com/about/professional-communities/">Zepheira&#8217;s commitment to collaborate broadly</a> to advance the state of the art in advanced Web applications, it is supporting this established conference of the state of the art in XML processing.  Mr. Ogbuji offers his experience with XML and other formats processed in pipelines of broadly-sourced data.  The theme of XML Prague this year is &#8220;Web and XML,&#8221; covering topics such as:</p>
<ul>
<li>XML as new lingua franca for the Web. Why did it never happen?</li>
<li>HTML 5 and XHTML: breaking-up, coexistence or convergence?</li>
<li>JSON and XML love-in: how to enable Web Apps and Web Widgets?</li>
<li>XML Databases role in Web architecture.</li>
<li>XML and the emerging Semantic Web.</li>
<li>XML-based formats for electronic books.</li>
<li><em>&#8230;and more.</em></li>
</ul>
<p>The conference will take place March 26th &amp; 27th, 2011 in Prague, Czech Republic.</p>
]]></content:encoded>
			<wfw:commentRss>http://zepheira.com/2011/01/xml-prague-program-committee-includes-zepheira-partner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Akara.info site launched for the Akara OSS project</title>
		<link>http://zepheira.com/2010/12/akara-info-site-launched-for-the-akara-oss-project/</link>
		<comments>http://zepheira.com/2010/12/akara-info-site-launched-for-the-akara-oss-project/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 00:43:04 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://zepheira.com/2010/12/akara-info-site-launched-for-the-akara-oss-project/">kathymac</span></dc:creator>
				<category><![CDATA[Zepheira]]></category>
		<category><![CDATA[Akara]]></category>
		<category><![CDATA[Cleveland Clinic]]></category>
		<category><![CDATA[Data Services]]></category>
		<category><![CDATA[Digital Preservation]]></category>
		<category><![CDATA[Elsevier]]></category>
		<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[Library of Congress]]></category>
		<category><![CDATA[MacArthur Foundation]]></category>
		<category><![CDATA[Mark Baker]]></category>
		<category><![CDATA[OCLC]]></category>
		<category><![CDATA[Recollection]]></category>
		<category><![CDATA[Sun Microsystems]]></category>
		<category><![CDATA[Uche Ogbuji]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://zepheira.com/?p=1517</guid>
		<description><![CDATA[Zepheira has created a main website for Akara in order to help users discover and learn about this open source project. Akara is an open-source (Apache License, Version 2.0) Web framework specialized for RESTful data services, especially involving XML and other semi-structured formats. You express data models and create transforms based on these data models, [...]]]></description>
			<content:encoded><![CDATA[<p>Zepheira has created <a title="akara.info" href="http://akara.info/">a main website</a> for Akara in order to help users discover and learn about this open source project.</p>
<p>Akara is an open-source (Apache License, Version 2.0) Web framework specialized for RESTful data services, especially involving XML and other semi-structured formats. You express data models and create transforms based on these data models, plugging required inputs and outputs (XML, JSON, CSV, Atom, etc.) together into pipelines which implement the desired services. You then make these services available on the Web using simple wrappers. The wrappers are based on REST concepts and among other things make it easy to discover and reuse the services, and to connect them to local and remote systems using Web triggers (AKA Web hooks). Akara simplifies extract-transform-load (ETL), data-driven integration of systems, and makes it easy to wrap Web sites and services, turning tag soup and painful APIs into clean, RESTful end-points</p>
<p>The version of Akara code available in tandem with this new website include enhancements produced in association with the <a href="http://recollection.zepheira.com/about/community/">Library of Congress Recollection project</a>, particularly code quality, performance tweaks and deployment support.  Akara provides the data pipelining for loading data into Recollection and processing for data augmentation.</p>
<p>Akara source code is available from a <a href="https://github.com/zepheira/akara/" class="broken_link">public repository</a> in <a href="https://github.com/zepheira/" class="broken_link">Zepheira&#8217;s section</a> of the github &#8216;social coding&#8217; space.</p>
]]></content:encoded>
			<wfw:commentRss>http://zepheira.com/2010/12/akara-info-site-launched-for-the-akara-oss-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>March 2010 Akara project package releases</title>
		<link>http://zepheira.com/2010/04/march-2010-akara-project-package-releases/</link>
		<comments>http://zepheira.com/2010/04/march-2010-akara-project-package-releases/#comments</comments>
		<pubDate>Mon, 12 Apr 2010 18:23:25 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://zepheira.com/2010/04/march-2010-akara-project-package-releases/">admin</span></dc:creator>
				<category><![CDATA[Zepheira]]></category>
		<category><![CDATA[Akara]]></category>
		<category><![CDATA[FLOSS]]></category>
		<category><![CDATA[Uche Ogbuji]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://wp.zepheira.com/?p=53</guid>
		<description><![CDATA[After On the heels of the Recent Akara Sprint, there have followed releases of the project.]]></description>
			<content:encoded><![CDATA[<p>Building on activity undertaken during the <a href="http://zepheira.com/publications/news/#Akara_Summit_March_2010">recent Akara project sprint</a>, developers pushed an update to the two main packages which the project comprises, in particular:</p>
<p><a href="http://groups.google.com/group/akara/browse_thread/thread/4eb558959c472216">Amara XML and data toolkit 2.0a4</a></p>
<p><a href="http://groups.google.com/group/akara/browse_thread/thread/46b500ad73af9822">Akara 2.0a1, a framework for RESTful data services</a></p>
<p>These releases focus on quality and performance.</p>
]]></content:encoded>
			<wfw:commentRss>http://zepheira.com/2010/04/march-2010-akara-project-package-releases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eric Miller to give keynote at XML Holland</title>
		<link>http://zepheira.com/2008/09/eric-miller-to-give-keynote-at-xml-holland/</link>
		<comments>http://zepheira.com/2008/09/eric-miller-to-give-keynote-at-xml-holland/#comments</comments>
		<pubDate>Sun, 28 Sep 2008 19:39:00 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://zepheira.com/2008/09/eric-miller-to-give-keynote-at-xml-holland/">admin</span></dc:creator>
				<category><![CDATA[Zepheira]]></category>
		<category><![CDATA[Eric Miller]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://wp.zepheira.com/?p=153</guid>
		<description><![CDATA[Zepheira's President will be giving the keynote at XML Holland 2008 on 20th November, 2008, with the theme of "Semantics and interoperability".]]></description>
			<content:encoded><![CDATA[<p>Zepheira&#8217;s President <a href="/about/people/eric-miller/">Eric Miller </a>will be giving the keynote at XML Holland 2008 , with the theme of &#8220;Semantics and interoperability&#8221;. From the conference page:</p>
<blockquote><p>Many organizations needing to exchange information and knowledge with each other question how they can support such connectivity from the front end (between users) to the back end (between systems). The terminology of employees concerned with policy is not the language of the typical visitor or partner on the Web&#8230;. How can semantic modeling provide solutions to such problems?</p></blockquote>
<p>The conference is hosted by the SGML/XML Users Group, Holland, and will be held 20 November 2008 at Planetarium Amsterdam Zuidoost</p>
]]></content:encoded>
			<wfw:commentRss>http://zepheira.com/2008/09/eric-miller-to-give-keynote-at-xml-holland/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zepheira appearance at XML Prague</title>
		<link>http://zepheira.com/2007/06/zepheira-appearance-at-xml-prague/</link>
		<comments>http://zepheira.com/2007/06/zepheira-appearance-at-xml-prague/#comments</comments>
		<pubDate>Fri, 01 Jun 2007 20:09:33 +0000</pubDate>
		<dc:creator><span property="dc:creator" resource="http://zepheira.com/2007/06/zepheira-appearance-at-xml-prague/">admin</span></dc:creator>
				<category><![CDATA[Zepheira]]></category>
		<category><![CDATA[Uche Ogbuji]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://wp.zepheira.com/?p=198</guid>
		<description><![CDATA[Uche Ogbuji of Zepheira is an invited expert speaker at XML Prague 2007]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://zepheira.com/team/uche/">Uche Ogbuji</a> a Partner in Zepheira, has been invited to <a href="http://www.xmlprague.cz/">XML Prague 2007</a> to make presentations of XML&#8217;s connection to the Python Programming language, and to Microformats. The discussion of XML and Microformats includes consideration of basic Semantic technology. This focused conference in the Czech capital is organized by <a href="http://iti.mff.cuni.cz/">Institute for Theoretical Computer Science</a> and <a href="http://www.gingerall.cz/">Ginger Alliance</a>.</p>
<p>&#8220;A regular conference on XML for developers, markup geeks, information managers, and students, focusing this year on Alternative Approaches to XML Processing. A full day of experts speaking has been extended with an additional day dedicated for participants to hold related BoF sessions and workshops.&#8221;—XML Prague home page</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://zepheira.com/2007/06/zepheira-appearance-at-xml-prague/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

