DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Datastore type | DataContext class name | Properties "type" value | Variants supported/available |
| JdbcDataContext | jdbc | PostgreSQL, MySQL, Microsoft SQL Server, Oracle DB, IBM DB2 | |
| CsvDataContext | csv | Comma-separated | |
| Fixed width value files | FixedWidthDataContext | fixed-width | Fixed width |
| Microsoft Excel spreadsheets | ExcelDataContext | excel | .xls |
| Microsoft Access database files | AccessDataContext | - | .mdb |
| OpenOffice.org database files | OpenOfficeDataContext | - | .odb |
| XML files | XmlDomDataContext XmlSaxDataContext | xml | DOM-based parsing (all in-memory) |
| JSON files | JsonDataContext | json | |
| ElasticSearch | ElasticSearchDataContext | elasticsearch | Native Java API |
| MongoDB | MongoDbDataContext | - | MongoDB 2.x MongoDB 3.x |
| Apache CouchDB | CouchDbDataContext | couchdb | |
| Apache Cassandra | CassandraDataContext | cassandra | |
| Apache HBase | HBaseDataContext | hbase | |
| Apache Kafka | KafkaDataContext | ||
| Neo4j | Neo4jDataContext | - | |
| Salesforce.com | SalesforceDataContext | salesforce | |
| SugarCRM | SugarCrmDataContext | - | |
| Java collections | PojoDataContext | pojo |
|
| Collections of other datastores | CompositeDataContext |
...