Xeround

Last updated
Xeround.png

Xeround was a provider of cloud database software, launched in 2005, [1] and was shut down in May 2013. [2] The company was founded by Sharon Barkai and Gilad Zlotkin. Zlotkin, a former research fellow at MIT Sloan School of Management, [3] founded five other startups including Radview (NASDAQ:RDVW). Israeli financial newspaper Globes ranked the company as one of Israel's most promising start-ups in 2006. [4]

Contents

Xeround's product was initially used by telecom providers, including T-Mobile; [5] in 2009 the company added a MySQL front end to its product, [6] making it applicable to a mass market of 12 million MySQL applications. [7] The product allows MySQL users to scale their database and achieve high availability on cloud platforms like Amazon EC2. [5] The beta version of the service was reported to be used by 2000 organizations; [8] [9] [10] [11] General availability was announced in June 2011. [12] According to CNET blogger Dave Rosenberg, Xeround's MySQL support makes it "well positioned to take a leadership position in the database market". [13]

On May 1, 2013, Xeround announced to its paid customers that they were shutting down the cloud database service and all data must be migrated before being dropped on May 15, 2013. [14]

Product

Xeround provides a cloud database service for applications based on the open source edition of the MySQL database [5] (MySQL is currently owned by Oracle). The product addresses two related problems: it is complex to run databases on the cloud, especially if high availability is needed; and databases in general are difficult to scale, as data throughput and volumes grow. [15] A cloud database service solves both problems, by managing the database on the cloud and taking care of scalability and high availability, in a way that is transparent to the application. [5] Instead of connecting to a local instance of MySQL, applications can connect to Xeround's cloud database, and are then free to scale as needed. Because Xeround is an in-memory distributed database, it is currently limited up to 50 Gigabytes of data. [16] Xeround gives a no downtime SLA guarantee . The service offers pay-per-use pricing, calculated per Gigabyte per hour, with an additional charge for data transfer for large databases. [17]

Xeround offers its service on several cloud platforms - as of September 2011, Xeround supported Amazon EC2, [12] RackSpace, [18] and Heroku, [19] and is planning to support additional providers. [12] As of March 2011, Xeround was the only commercially available product which supports more than one cloud provider, allowing users to move their databases freely between cloud platforms without being locked in. [6] [20]

While Xeround uses the open source version of MySQL, the cloud database software itself is not open source. Another distinction is that while Xeround offers MySQL as a front-end, on the back-end it is a NoSQL data storage system distributed on a large number of physical nodes - so it is not subject to the scalability limitations of regular MySQL databases. [20]

On 1 May 2013 Xeround announced via an e-mail to customers that they would no longer be providing their service. The service is to end on 15 May 2013. [21]

Company timeline

Competitors and alternatives

Xeround's primary competitors are database services offered by the large cloud vendors, Amazon Relational Database Service and Database.com by Salesforce. [6] Other cloud database providers mentioned by industry sources [8] [25] are Microsoft Azure SQL Database, NimbusDB, ClearDB, ParAccel, as well as NoSQL key-value data stores such as Amazon SimpleDB, Google Cloud Datastore, Couchbase Server, and Cloudant.

Database users running their applications on the cloud also have the option of installing databases in a "do it yourself" manner instead of paying for a cloud database service. This involves purchasing a machine instance on a cloud computing platform like Amazon EC2, and manually installing a database.

Related Research Articles

<span class="mw-page-title-main">MySQL</span> SQL database engine software

MySQL is an open-source relational database management system (RDBMS). Its name is a combination of "My", the name of co-founder Michael Widenius's daughter My, and "SQL", the acronym for Structured Query Language. A relational database organizes data into one or more data tables in which data may be related to each other; these relations help structure the data. SQL is a language programmers use to create, modify and extract data from the relational database, as well as control user access to the database. In addition to relational databases and SQL, an RDBMS like MySQL works with an operating system to implement a relational database in a computer's storage system, manages users, allows for network access and facilitates testing database integrity and creation of backups.

<span class="mw-page-title-main">PostgreSQL</span> Free and open-source relational database management system

PostgreSQL, also known as Postgres, is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance. It was originally named POSTGRES, referring to its origins as a successor to the Ingres database developed at the University of California, Berkeley. In 1996, the project was renamed to PostgreSQL to reflect its support for SQL. After a review in 2007, the development team decided to keep the name PostgreSQL and the alias Postgres.

<span class="mw-page-title-main">IBM Db2</span> Relational model database server

Db2 is a family of data management products, including database servers, developed by IBM. It initially supported the relational model, but was extended to support object–relational features and non-relational structures like JSON and XML. The brand name was originally styled as DB/2, then DB2 until 2017 and finally changed to its present form.

FileMaker is a cross-platform relational database application from Claris International, a subsidiary of Apple Inc. It integrates a database engine with a graphical user interface (GUI) and security features, allowing users to modify a database by dragging new elements into layouts, screens, or forms. It is available in desktop, server, iOS and web-delivery configurations.

Oracle Database is a proprietary multi-model database management system produced and marketed by Oracle Corporation.

Google App Engine is a cloud computing platform as a service for developing and hosting web applications in Google-managed data centers. Applications are sandboxed and run across multiple servers. App Engine offers automatic scaling for web applications—as the number of requests increases for an application, App Engine automatically allocates more resources for the web application to handle the additional demand.

Heroku is a cloud platform as a service (PaaS) supporting several programming languages. One of the first cloud platforms, Heroku has been in development since June 2007, when it supported only the Ruby programming language, but now supports Java, Node.js, Scala, Clojure, Python, PHP, and Go. For this reason, Heroku is said to be a polyglot platform as it has features for a developer to build, run and scale applications in a similar manner across most languages. Heroku was acquired by Salesforce in 2010 for $212 million.

<span class="mw-page-title-main">Rackspace Cloud</span> Cloud computing platform

The Rackspace Cloud is a set of cloud computing products and services billed on a utility computing basis from the US-based company Rackspace. Offerings include Cloud Storage, virtual private server, load balancers, databases, backup, and monitoring.

RightScale was a company that sold software as a service for cloud computing management for multiple providers. The company was based in Santa Barbara, California. It was acquired by Flexera Software in 2018.

Amazon Relational Database Service is a distributed relational database service by Amazon Web Services (AWS). It is a web service running "in the cloud" designed to simplify the setup, operation, and scaling of a relational database for use in applications. Administration processes like patching the database software, backing up databases and enabling point-in-time recovery are managed automatically. Scaling storage and compute resources can be performed by a single API call to the AWS control plane on-demand. AWS does not offer an SSH connection to the underlying virtual machine as part of the managed service.

A cloud database is a database that typically runs on a cloud computing platform and access to the database is provided as-a-service. There are two common deployment models: users can run databases on the cloud independently, using a virtual machine image, or they can purchase access to a database service, maintained by a cloud database provider. Of the databases available on the cloud, some are SQL-based and some use a NoSQL data model.

<span class="mw-page-title-main">Basho Technologies</span>

Basho Technologies was a distributed systems' company that developed a key-value NoSQL database technology, Riak, and an object storage system built upon the Riak platform, called Riak CS.

<span class="mw-page-title-main">NuoDB</span>

NuoDB is a cloud-native distributed SQL database company based in Cambridge, Massachusetts. Founded in 2008 and incorporated in 2010, NuoDB technology has been used by Dassault Systèmes, as well as FinTech and financial industry entities including UAE Exchange, Temenos, and Santander Bank.

Backend as a service (BaaS), also known as mobile backend as a service (MBaaS), is a service for providing web app and mobile app developers with a way to easily build a backend to their frontend applications. Features available include user management, push notifications, and integration with social networking services. These services are provided via the use of custom software development kits (SDKs) and application programming interfaces (APIs). BaaS is a relatively recent development in cloud computing, with most BaaS startups dating from 2011 or later.

ScaleBase was a company that sold software to databases for cloud computing. The software company was located in the Boston, Massachusetts, area.

<span class="mw-page-title-main">Redis (company)</span>

Redis Ltd. is a private computer software company headquartered in Mountain View, California. Redis is the sponsor of the open-source in-memory NoSQL database of the same name and the provider of Redis Enterprise software, cloud services, and tools for global companies. The company’s research and development center is based in Tel Aviv and it has additional offices in London, Austin, and Bengaluru.

mLab

mLab is a fully managed cloud database service that hosts MongoDB databases. mLab runs on cloud providers such as Amazon, Google, and Microsoft Azure, and various platform-as-a-service providers.

<span class="mw-page-title-main">Cocaine (PaaS)</span>

Cocaine is an open-source PaaS system for creating custom cloud hosting apps that are similar to Bluemix, Google App Engine, or Heroku. Several services have already been implemented this way, including a service for detecting a user's region or language, a service for accessing MongoDB storage, and a URL fetcher.

Google Cloud Platform (GCP), offered by Google, is a suite of cloud computing services that runs on the same infrastructure that Google uses internally for its end-user products, such as Google Search, Gmail, Google Drive, and YouTube. Alongside a set of management tools, it provides a series of modular cloud services including computing, data storage, data analytics and machine learning. Registration requires a credit card or bank account details.

<span class="mw-page-title-main">Oracle Cloud</span> Cloud computing service

Oracle Cloud is a cloud computing service offered by Oracle Corporation providing servers, storage, network, applications and services through a global network of Oracle Corporation managed data centers. The company allows these services to be provisioned on demand over the Internet.

References

  1. "Xeround", Bloomberg.com , Retrieved 25-8-2011.
  2. 1 2 "How to Pivot Away $34m: Israel's Xeround Shuts it Doors with a Lesson". 12 May 2013.
  3. Gilad Zlotkin's Scientific Publications, ACM Digital Library , Retrieved 12-9-2011.
  4. 1 2 3 Batya Feldman, Cloud database co Xeround raises $4m, Globes , Retrieved 25-8-2011
  5. 1 2 3 4 5 6 Timothy Prickett Morgan, "Xeround reinvents MySQL atop Amazon cloud", The Register , Retrieved 25-8-2011.
  6. 1 2 3 Derrick Harris, "For Xeround, MySQL in the Cloud Knows No Bounds", GigaOM , Retrieved 25-8-2011.
  7. Victoria Barret, "Why Oracle Won't Kill MySQL", Forbes.com , Retrieved 12-9-2011.
  8. 1 2 James Niccolai, "Four companies rethink databases for the cloud", Computerworld.com.au , Retrieved 12-9-2011
  9. "Xeround Announces Cloud Service for MySQL", DevShed.org , Retrieved 25-8-2011.
  10. Derrick Harris, "Xeround enters GA, tests the SQL-in-the-cloud water, GigaOM , Retrieved 25-8-2011
  11. Maria Deutscher, "Xeround Releases Cloud Service for MySQL Applications", Silicon Angle , Retrieved 15-9-2011.
  12. 1 2 3 4 Sean Michael Kerner, "Xeround MySQL Cloud Database Goes GA", Database Journal , Retrieved 25-8-2011
  13. Dave Rosenberg, Xeround scales MySQL for the cloud, CNET , Retrieved 25-8-2011
  14. "Discontinuing of Xeround Cloud Database Public Service". Archived from the original on May 2, 2013. Retrieved May 2, 2013.
  15. Dave Rosenberg, Are databases in the cloud really all that different?, CNET , Retrieved 8-9-2011
  16. Razi Sharir, "Xeround Pay-Per-Use Pricing Explained", Xeround.com , Retrieved 18-9-2011.
  17. "Xeround Pricing", Xeround.com , Retrieved 15-9-2011
  18. Angela Bartels, "Xeround Provides Auto-Scaling & High-Availability for your MySQL Database in the Cloud", RackSpace Cloud Blog , Retrieved 25-8-2011
  19. "Xeround Cloud Database for MySQL applications", Heroku Dev Center , Retrieved 25-8-2011
  20. 1 2 Dan Kusnetzky, "Xeround Add-on for Heroku Cloud Platform", ZDNet , Retrieved 25-8-2011
  21. Xeround website, "Discontinuing of Xeround Cloud Database Public Service"
  22. Database Virtualization Company Xeround Secures $16 Million in Series B Financing, VMblog.com , Retrieved 15-9-2011.
  23. "Out of Stealth, Xeround Launches MySQL as a Service", GigaOM, Retrieved 15-9-2011.
  24. "Cloud Database Startup Xeround Raises $9.3M From Benchmark And Others", TechCrunch, Retrieved 12-18-2011.
  25. Klint Finley, "7 Cloud-Based Database Services" Archived 2011-11-09 at the Wayback Machine , ReadWriteWeb , Retrieved 18-9-2011.