We've just released a short getting started video for our Couchbase Railo Extension. Our Raillo extension is a native integration to your CFML server that allows you to seamlessly provide distributed session storage, caching, and NoSQL capabilities.
Ortus Railo Couchbase Extension from Luis Majano on Vimeo.
Here are some of the major features of our Couchbase Extension:
- Add Couchbase functionality to any Railo application
- Install at the web context level or the server level (Available to all contexts)
- Create Cache connections in the Railo administrator to connect to any network-accessable Couchbase cluster
- Set and get objects from Couchbase via standard CFML functions and tags
cachePut(), cacheGet(), <cfcache action="get|put">
- Fully supports all built-in Railo cache functions including wildcard filters
- Seamlessly distribute storage of the following to any bucket in a Couchbase cluster
- Railo session storage
- Railo client storage
- Railo RAM resouce
ram://...
- Seamlessly cache the following to any timeout-sensitive bucket in a Couchbase cluster
- Results of database queries
<cfquery cachedwithin>
- Results of deterministic functions
<cffunction cachedwithin>
- Complex or simple objects in your application's code
- Cached templates
<cfcache action="content|cache|serverCache">
- Results of database queries
- Extremely lightweight and fast
Add Your Comment