Archive for the ‘SaffronSierra’ Category

« Older Entries

SaffronSierra & Gmail Classification

Friday, April 30th, 2010 by admin

I’ve recently added some sample code to our “examples” repository that demonstrates how to use SaffronMemoryBase running on SaffronSierra to do basic email classification. The example leverages the convenience of labels within Gmail to provide the “labels” for classifying future emails.

If you have a Gmail account (or a Google Apps account) then you already know that as emails come in you can associate them with labels. You might have labels such as “accounts”, “soccer”, “music”, “work”, etc… (those are some of mine anyway). As I started thinking about building an email classification example it occurred to me that the labels within Gmail would provide a nice, easy way of doing classification. By “labeling” emails in Gmail I’ve already made the statement, “This email is about work”, or “This email is about soccer”. Why not leverage that hard work?

(more…)

Tags: , , , , , ,
Posted in SaffronMemoryBase, SaffronSierra | No Comments »

SaffronSierra Refresh

Friday, April 16th, 2010 by admin

We just pushed out a minor refresh to SaffronSierra. As a user you won’t notice much that’s different (hopefully). This refresh brings with it a couple of changes. One that users will see, and another they won’t. Let me talk about both briefly:

  • Nightly Running Reminders – SaffronSierra is a pay-as-you-go service. You pay for every hour your service is running. SaffronSierra makes it really simple (you click a button) to start a SaffronMemoryBase system. It’s so simple in fact that it’s easy to start it and forget that it’s running. Now SaffronSierra will send email reminders every night to users who’s SaffronSierra service is running. If you actually want your service to be running 24/7 (which is totally fine by the way), and you don’t want to receive these reminders you can login and update your user profile.
  • New Amazon AWS Java Libraries – SaffronSierra uses Amazon AWS as it’s backend infrastructure for running services. The java library we originally used to integrate with AWS has been deprecated. So, we ported SaffronSierra over to the new java library. This actually was a pretty painless process. There are some differences between the two libraries, but as I told someone recently “it’s different in the ways that it needs to be different.” Hopefully you won’t notice this change and things just keep humming along.

We’ll keep the updates coming, stay tuned.

Tags: , , , ,
Posted in SaffronMemoryBase, SaffronSierra | No Comments »

TweetDive Source Code

Wednesday, April 14th, 2010 by admin

I’m happy to announce that we’ve made the TweetDive source code publicly available (finally). I know a number of people have been waiting to get their hands on it. For details on how to grab it from Subversion take a look at this page.

We hope this code will provide a quick-start for developers getting started with SaffronSierra. TweetDive uses a number of different REST APIs available on SaffronSierra. You can use it as a reference as you build your own stuff, or you can extend TweetDive with new features. If you’d like to see your changes incorporated into the running version of TweetDive please contact us. We’d be happy to incorporate patches.

(more…)

Tags: , , , , ,
Posted in SaffronMemoryBase, SaffronSierra, TweetDive | No Comments »

Partnering with Saffron

Monday, April 12th, 2010 by Gayle Sheppard

We’re hearing it every day:  Customers want better, more advanced analytic capabilities.

Customers are telling us they want to unify and apply advanced data analytics to  disparate data sources –– semantic web, enterprise data, sensor data, structured and unstructured data, for example –– to improve business decisions and results.

It’s music to our ears because that’s what our associative memory technology does: We provide “beyond BI” capabilities, in a single tool, for sense-making and decision support.  We can help our customers make better sense of things and make better decisions because we expose all the relevant experiences –– connections, similarities, prior outcomes for example –– across all the data in real time.

(more…)

Tags: , ,
Posted in Natural Intelligence, Partners, SaffronSierra | No Comments »

Updated Pricing

Wednesday, April 7th, 2010 by admin

Starting today we’ve changed the way pricing works for SaffronSierra. Hopefully you will find our new approach much simpler. What is our new approach? Some would  call it “pay-as-you-go”. Quite simply there is a per-hour rate based on what type of SaffronSierra cluster you’re running. The per-hour rate starts at $1.00 an hour and goes up from there. There is no commitment, we just bill you every month for the time you use. If you haven’t used your service then you won’t be billed. Pretty simple right?

(more…)

Tags:
Posted in SaffronSierra | No Comments »

The Big Red Easy Button

Tuesday, March 30th, 2010 by Jim Fleming

Better known as SaffronSierra.  Today Saffron announced the availability of SaffronSierra, a cloud delivery of the SaffronMemoryBase platform.  As you know, SaffronSierra allows developers a quick and easy way to provision an associative memory “data service” with a push of a button.  How easy is that?  SaffronSierra will soon become even easier with a “no commitment, charge by the hour” payment plan, as well as, the ability to scale your service up to handle very large data volumes.  If you are curious about the associations you might find in your data, now is a good time to try SaffronSierra, you have nothing to lose.

Tags: ,
Posted in SaffronSierra | No Comments »

CL-EC2, a Common Lisp Interface to Amazon’s EC2 Query API, Now Available

Tuesday, February 23rd, 2010 by David Young

Version 0.1 of CL-EC2 is now available for download, under an MIT-style license. The project is hosted at common-lisp.net, and may be found here. There are several mailing lists available, and contributors are welcome.

Tags: , , , ,
Posted in SaffronSierra | No Comments »

What is SaffronSierra (in plain english)?

Wednesday, February 17th, 2010 by admin

I recently received a request to describe SaffronSierra “in plain english”, this post will attempt to do just that.

SaffronSierra is a cloud-based, hosted version of SaffronMemoryBase. SaffronSierra enables developers to easily leverage the analytical powers of SaffronMemoryBase using a simple REST API. Using SaffronSierra, you don’t have to worry about downloading, installing and configuring software. You simply login to your SaffronSierra console and press “Start”. Within minutes, you will have a private instance of SaffronSierra ready for your use. Once your service is available you can start putting your data into SaffronSierra and powering your applications with advanced analytics. We hope that SaffronSierra enables people to quickly realize the benefits of SaffronMemoryBase in a low-cost, low-risk way.

(more…)

Tags: , , , , ,
Posted in SaffronSierra | No Comments »

Amazon CloudWatch Interface for Common Lisp

Thursday, February 4th, 2010 by David Young

To complement our Common Lisp EC2 interface, I’ve written a similar package for Amazon’s CloudWatch, an “easy-to-use web service that provides comprehensive monitoring for Amazon Elastic Compute Cloud (Amazon EC2) and Elastic Load Balancing”. There are currently just two operations provided by CloudWatch: ListMetrics and GetMetricStatistics, both of which are supported by our new package.

The CloudWatch Lisp interface has some work remaining; mostly just parsing the responses from Amazon into more useful representations of the metrics (similar to the way we transform EC2 responses). Since GetMetricStatistics can return a lot of information, I’ll have to decide how best to represent this data in an easy-to-use, Lispy fashion. At present, the CloudWatch responses are filtered through the s-xml package and returned in a “parsed-xml” format.

(more…)

Tags: , ,
Posted in SaffronSierra | No Comments »

SaffronSierra Transition

Tuesday, February 2nd, 2010 by admin

We’re going to be moving SaffronSierra over to a new look and feel over the next few days. We’ll start will the blog portion of the site and then we’ll move to the console. The two pieces of the site may be out of phase for a bit while we flip the switches.

Also, as part of this transition we’ll be moving SaffronSierra customers off of Amazon Payments and onto normal credit card billing. We’ll be contacting all of our customers individually about this transition.

We thank you ahead of time for your patience during this transition.

Posted in SaffronSierra | No Comments »

« Older Entries