Clusterpoint

Last updated

Clusterpoint Ltd.
Company typePrivate
Industry enterprise software
database software
cloud computing
FoundedAugust 21, 2006
Founder Gints Ernestsons
Jurgis Orups
Oskars Viksna
Headquarters
London
,
United Kingdom
Products Clusterpoint DBMS
Clusterpoint DBaaS
NTSS
GOL
Website www.clusterpoint.com
Clusterpoint Database
Developer(s) Clusterpoint Ltd.
Initial release2006
Stable release
4.0 / October 8, 2015 (2015-10-08)
Available inEnglish
Type Distributed database
Website www.clusterpoint.com   OOjs UI icon edit-ltr-progressive.svg

Clusterpoint is a European software technology company developing and supporting the Clusterpoint database management system platform. [1] [2] [3]

Contents

The company was founded by software engineers, [4] and is venture capital backed. [5] [6] [7] [8] For most of its history Clusterpoint has been servicing business customers as an enterprise software vendor. [9] [10]

Clusterpoint database

Clusterpoint is a schema-free document database. [11]

Examples are where SQL RDBMS data is used in combination with an enterprise search engine to address performance and scalability needs of web and mobile applications, or where big data and analytics tools such as Hadoop might be needed due to sheer volume of data or large computing workloads. [12]

General features

Clusterpoint products

Related Research Articles

<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 DB2 until 2017, when it changed to its present form.

In computing, a solution stack or software stack is a set of software subsystems or components needed to create a complete platform such that no additional software is needed to support applications. Applications are said to "run on" or "run on top of" the resulting platform.

<span class="mw-page-title-main">Apache Solr</span> Open-source enterprise-search platform

Solr is an open-source enterprise-search platform, written in Java. Its major features include full-text search, hit highlighting, faceted search, real-time indexing, dynamic clustering, database integration, NoSQL features and rich document handling. Providing distributed search and index replication, Solr is designed for scalability and fault tolerance. Solr is widely used for enterprise search and analytics use cases and has an active development community and regular releases.

<span class="mw-page-title-main">Apache CouchDB</span> Document-oriented NoSQL database

Apache CouchDB is an open-source document-oriented NoSQL database, implemented in Erlang.

Microsoft SQL Server is a proprietary relational database management system developed by Microsoft. As a database server, it is a software product with the primary function of storing and retrieving data as requested by other software applications—which may run either on the same computer or on another computer across a network. Microsoft markets at least a dozen different editions of Microsoft SQL Server, aimed at different audiences and for workloads ranging from small single-machine applications to large Internet-facing applications with many concurrent users.

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.

<span class="mw-page-title-main">Microsoft Azure</span> Cloud computing platform by Microsoft

Microsoft Azure, often referred to as Azure, is a cloud computing platform run by Microsoft. It offers access, management, and the development of applications and services through global data centers. It also provides a range of capabilities, including software as a service (SaaS), platform as a service (PaaS), and infrastructure as a service (IaaS). Microsoft Azure supports many programming languages, tools, and frameworks, including Microsoft-specific and third-party software and systems.

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

MarkLogic Server is a document-oriented database developed by MarkLogic. It is a NoSQL multi-model database that evolved from an XML database to natively store JSON documents and RDF triples, the data model for semantics. MarkLogic is designed to be a data hub for operational and analytical data.

<span class="mw-page-title-main">Couchbase Server</span> Open-source NoSQL database

Couchbase Server, originally known as Membase, is a source-available, distributed multi-model NoSQL document-oriented database software package optimized for interactive applications. These applications may serve many concurrent users by creating, storing, retrieving, aggregating, manipulating and presenting data. In support of these kinds of application needs, Couchbase Server is designed to provide easy-to-scale key-value, or JSON document access, with low latency and high sustainability throughput. It is designed to be clustered from a single machine to very large-scale deployments spanning many machines.

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">Apache Drill</span> Open-source software framework

Apache Drill is an open-source software framework that supports data-intensive distributed applications for interactive analysis of large-scale datasets. Built chiefly by contributions from developers from MapR, Drill is inspired by Google's Dremel system. Drill is an Apache top-level project. Tom Shiran is the founder of the Apache Drill Project. It was designated an Apache Software Foundation top-level project in December 2016.

<span class="mw-page-title-main">Oracle NoSQL Database</span> Distributed database

Oracle NoSQL Database is a NoSQL-type distributed key-value database from Oracle Corporation. It provides transactional semantics for data manipulation, horizontal scalability, and simple administration and monitoring.

FoundationDB is a free and open-source multi-model distributed NoSQL database developed by Apple Inc. with a shared-nothing architecture. The product was designed around a "core" database, with additional features supplied in "layers." The core database exposes an ordered key–value store with transactions. The transactions are able to read or write multiple keys stored on any machine in the cluster while fully supporting ACID properties. Transactions are used to implement a variety of data models via layers.

<span class="mw-page-title-main">Apache Spark</span> Open-source data analytics cluster computing framework

Apache Spark is an open-source unified analytics engine for large-scale data processing. Spark provides an interface for programming clusters with implicit data parallelism and fault tolerance. Originally developed at the University of California, Berkeley's AMPLab, the Spark codebase was later donated to the Apache Software Foundation, which has maintained it since.

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

Kubernetes is an open-source container orchestration system for automating software deployment, scaling, and management. Originally designed by Google, the project is now maintained by a worldwide community of contributors, and the trademark is held by the Cloud Native Computing Foundation.

Cubes is a light-weight open source multidimensional modelling and OLAP toolkit for development reporting applications and browsing of aggregated data written in Python programming language released under the MIT License.

The following outline is provided as an overview of and topical guide to MySQL:

Serverless computing is a cloud computing execution model in which the cloud provider allocates machine resources on demand, taking care of the servers on behalf of their customers. "Serverless" is a misnomer in the sense that servers are still used by cloud service providers to execute code for developers. However, developers of serverless applications are not concerned with capacity planning, configuration, management, maintenance, fault tolerance, or scaling of containers, VMs, or physical servers. Serverless computing does not hold resources in volatile memory; computing is rather done in short bursts with the results persisted to storage. When an app is not in use, there are no computing resources allocated to the app. Pricing is based on the actual amount of resources consumed by an application. It can be a form of utility computing.

References

  1. "Clusterpoint Group Limited". Companies House (UK). Retrieved March 5, 2015.
  2. "Clusterpoint Development Center". Lursoft (LV). Retrieved March 5, 2015.
  3. "Clusterpoint Profile on Firmas.lv". Firmas.lv (LV). Retrieved March 5, 2015.
  4. "Bring the Power of Big Data to Small Businesses". Data-Informed.com (US). Retrieved July 1, 2015.
  5. "Imprimatur Capital About Clusterpoint". Imprimatur Capital. Retrieved March 9, 2015.
  6. "Clusterpoint Raises EUR1 Million From BaltCap". Private Equity Wire. Privateequitywire. April 12, 2012. Retrieved June 14, 2013.
  7. "Clusterpoint Receives €1 Million From BaltCap". Arcticstartup.com. Archived from the original on September 20, 2013. Retrieved June 14, 2013.
  8. "Latvian Database Platform Clusterpoint secures 1.25 million". Arcticstartup.com. March 16, 2015. Retrieved March 16, 2015.
  9. "Bloomberg Company Research Profile". Bloomberg.com. Retrieved March 9, 2015.
  10. "BusinessWeek Clusterpoint Profile". Businessweek. Archived from the original on January 18, 2013. Retrieved June 14, 2013.
  11. "Clusterpoint 4 Computing Engine Combines Instantly Scalable Database and Computational Power". InsideBigdata.com (US). October 6, 2015. Retrieved October 6, 2015.
  12. "A new document database emerges from the cloud". infoworld.com (US). June 25, 2015. Retrieved June 25, 2015.
  13. "Clusterpoint API on Github". Github.com. Retrieved March 9, 2015.
  14. "Python API for Clusterpoint Server". Python.org. Retrieved March 9, 2015.
  15. "Clusterpoint Node.js API". NPM, inc. Retrieved March 9, 2015.
  16. "Clusterpoint GOL - fast log data analytics & search application software". Clusterpoint. Retrieved March 4, 2016.
  17. "DigiBrowser: Quick SQL denormalization into NoSQL database". Datorikas Instituts DIVI. Archived from the original on May 10, 2015. Retrieved March 4, 2015.
  18. "Clusterpoint NTSS Product Review". SpiceWorks, Inc. Retrieved March 9, 2015.
  19. "Clusterpoint Network Traffic Surveillance System". iiGrowth LLC. Retrieved March 9, 2015.