The RapidsDB DVM ANSI-standard SQL interface layer manages multiple structured and semi-structured data sources, breaking down data silos. Query multiple data sources through ONE SQL statement.
In this "data explosion" era, data has become a key production factor for all industries. Traditional data integration technologies are facing stiff challenges. Applications are fragmented. Data is disconnected and stored in silos. Data security is managed in a way that hampers data integration and access across business units.
Under this circumstance, enterprises use ETL tools to extract, transform and load data from multiple data sources to obtain business data, which raises various issues such as huge integration workloads and high security risks .
To address those issues, RapidsDB Data Virtualization Management (DVM) is built on our ingenious next-generation of in-memory database technology, independently developed by the RapidsDB team. RapidsDB DVM can mask the format, geographical location, system, and other attributes of data. It provides a unified domain-wide SQL data interface layer to users.
RapidsDB DVM controls access to the underlying data stores across different data sources via the dynamic and pluggable connectors. The connectors manage the metadata of the objects (usually tables or files) in remote data stores and provide it to the embedded query execution engine as the ANSI-SQL based schemas. This mechanism enables users to treat the objects of the entire data source set as a single, unified SQL database.
Through the ANSI-standard SQL interface layer offered by RapidsDB DVM, users can quickly access all the data of an enterprise, which includes data stored in traditional databases, big data sources, cloud storage, and IoT systems. Data can be accessed, combined, transformed, and delivered at a lightning-fast speed in a cost-effective way. With this solution, complex data service use cases of various industries can be handled effectively.
Example: Query MySQL+Oracle data with one SQL statement based on RapidsDB DVM:
Step 1: Connect to MYSQL and prepare data via RapidsDB DVM
>use connector MYSQL_TEST;
>CREATE TABLE Orders (OrderID INT UNSIGNED NOT NULL DEFAULT 0, CustomerID INT UNSIGNED NOT NULL DEFAULT 0, OrderDate DATE);
>insert into Orders (OrderID, CustomerID, OrderDate) VALUES (10308, 2, '1996-09-18');
>insert into Orders (OrderID, CustomerID, OrderDate) VALUES (10309, 37, '1996-09-19');
Step 2: Connect to Oracle and prepare data via RapidsDB DVM
>use connector Oracle_TEST;
>CREATE TABLE Customers (CustomerID INT UNSIGNED NOT NULL DEFAULT 0, CustomerName VARCHAR(50) NOT NULL, ContactName VARCHAR(50) NOT NULL,);
Step 3: Query MySQL+Oracle data with one statement via RapidsDB DVM
select o.CustomerID,o.CustomerName,c.CustomerID from Oracle_TEST.demo.Customers o join MYSQL_TEST.sqltest.Orders c on o.CustomerID=c.CustomerID;
Customer Case
An AI microservice provider
A distributed data analytics engine and cloud data warehouse solution was adopted by the original system, which had led to the following pain points:
(1)The dedicated database created data silos, increasing the total cost of ownership (TCO);
(2)The complex technology stack incurred high development, O&M and training costs for the operational staff;
(3)As the data volume continued to grow, customers demanded higher database performance. , However, the overall performance was not ideally improved with the cluster expansion.
Highlights of RapidsDB DVM:
(1)It -supports real-time queries, especially for geospatial data and text documents;
(2)The data virtualization capability enhances collaboration between application developers and business users;
(3)Query results are returned within seconds, dramatically improving user experience and team collaboration.
Highlights
Provides an ANSI-standard SQL interface and connects to multiple data sources via a unified SQL interface
Multiple data sources can be queried with one single SQL statement
Accelerates query execution speed through the patented Dynamic Query Optimization technology
AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
Pricing is based on the duration and terms of your contract with the vendor. This entitles you to a specified quantity of use for the contract duration. If you choose not to renew or replace your contract before it ends, access to these entitlements will expire.
Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator to estimate your infrastructure costs.
This listing offers a single pricing option: a Demo Cluster billed by units. You run 1 demo node in the US West (Oregon) region. There are no tiers, instance sizes, or add-ons to choose from. Pricing covers this one demo node under a contract term. It lets you evaluate the distributed in-memory database and its data federation capabilities across multiple data sources before wider adoption. Because only one dimension exists, pricing does not scale by size or usage volume within this listing.
Top-of-mind questions for buyers
What counts as one demo node for billing under this listing?
A demo node is a single compute instance running in the US West (Oregon) region. You get exactly one node under this contract. It represents one unit of the distributed in-memory database, not a full multi-node production cluster. All processing and analysis happen on that single node.
Can I add more nodes or scale this demo cluster within the listing?
No. This listing covers 1 demo node only. There are no larger sizes, added nodes, or usage tiers to select here. The product's architecture supports horizontal expansion by adding nodes, but that scaling is not part of this single-node demo option. Contact the vendor about wider deployment.
What can I test with the demo node during evaluation?
You can evaluate the distributed in-memory database and its federated query capability across multiple data sources. The node processes data directly in memory and imports from cloud storage and other sources. This lets you assess real-time analysis on one node before considering a larger deployment.
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
Legal
Vendor terms and conditions
Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA).
Content disclaimer
Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.
SaaS delivers cloud-based software applications directly to customers over the internet. You can access these applications through a subscription model. You will pay recurring monthly usage fees through your AWS bill, while AWS handles deployment and infrastructure management, ensuring scalability, reliability, and seamless integration with other AWS services.
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Base on RapidsDB in-memory data processing engine. It can execute queries requiring multi-table joins at lightning speed. It is compatible with MySQL protocol. Based on an elastic and scalable microservice architecture with computing resource isolation, RapidsDB provides a powerful big data analytics engine!