DBaaS or DataBase as a Service is used to refer to IaaS database systems specifically written with service delivery in mind.
Questions tagged [dbaas]
24 questions
19
votes
3 answers
Is Firebase an all-purpose database?
I've been reading about Firebase and playing with it for a short while. The idea (BAAS) and implementation are impressive, and having programmed with Javascript it seems a viable choice. Not having to deal with scaling and other server side concerns…

Benny Halperin
- 1,872
- 3
- 13
- 18
6
votes
1 answer
How to see the tables created on oracle cloud
I am new to DBaaS, I created a new oracle cloud account and instantiated a DB.
I am connecting to the DB using SQL developer and created a new table by logging in as sys user.
How do I see the newly created table on oracle cloud using web console?
I…

NJMR
- 1,886
- 1
- 27
- 46
4
votes
2 answers
End-to-end encrypted mobile backend as a service?
I'm thinking of using an MBaaS such as Firebase or Kinvey for my next app, and am wondering if any exist which encrypt application data end-to-end (i.e. such that the encryption keys are never shared with the service provider). This seems feasible…

Joel Dice
- 121
- 1
- 6
2
votes
0 answers
Trusting a shared mysql server exposed on the internet
I have the possibility to use a shared mysql server offered by a reliable Italian cloud provider (Aruba). The service satisfies my performance needs and would notably simplify my infrastructure.
My concern is that this shared mysql service (DBaaS)…

StefCo
- 71
- 3
2
votes
1 answer
What version of Cassandra is Astra?
looking for information on how to confirm which version of Cassandra is running on Astra?
DataStax Astra Database-as-a-Service Cassandra Made Easy in the Cloud
Get started in minutes with 5 GB free, no credit card needed. Built on
open-source…

DS Steven Matison
- 401
- 3
- 9
2
votes
1 answer
Not able to connect to database using Connection class
I really dont know what is wrong in the below code. I am able to connect from SQL developer but through JDBC it is giving exception.
package com.shruti.jdbc;
import java.sql.Connection;
import java.sql.DriverManager;
public class ReadData {
…
user14046507
2
votes
2 answers
why is MongoDB Atlas the only managed MongoDB 4+ DBaaS provider
I have been researching using a MongoDB DBaaS provider and I would like to use the latest version of MongoDB. V4.2 at the time of writing
Some providers I took a look at are:
ObjectRocket
ScaleGrid
mLab
MongoDB Atlas
I'm wondering why MongoDB…

Eelco
- 111
- 1
- 7
1
vote
1 answer
Parse: "containedIn" returns nothing if I used it with pointer type
If I try to filter the data by using containedIn as below I will be getting empty result because I'm trying to filter from pointer column type userProfile despite that I include the userProfile in the query.
However, I tried to use containedIn…

Ahmad Alkhatib
- 1,230
- 2
- 14
- 31
1
vote
0 answers
Problem in connection to DBaaS using cx_oracle
I am trying to connect to an external DBaaS I using the following python code
import cx_Oracle
ip = 'my_ip'
port = 49407
db = 'my_db_name'
user_name = 'username'
user_pass = 'password'
conn = cx_Oracle.connect(user_name, user_pass,…

Carabes
- 532
- 2
- 4
- 16
1
vote
0 answers
Parse migration tool to migrate directly to dynamodb
We have to migrate from parse server but use parse API to own hosted server. We have two options
Mongo db
Amazon Dynamodb
The parse migration tool can be used to migrate to mongo db but we want to move to Amazon Dynamo db after reading comparison…

maheshsgr
- 2,422
- 1
- 14
- 11
1
vote
1 answer
Can Amazon AWS RDS MySQL databases be used in Azure?
We have mysql databases which we want to host on AWS RDS and want to use in Azure VM and web app. Both of them located in Singapore region.
Is this possible? If yes, How? What are pros and cons? And how to do this?

Shubham Badal
- 1,125
- 13
- 33
1
vote
2 answers
Backend as a service (BaaS) or old school SQL server for Mobile APP Remote Database
I'm looking forward to create a mobile app with a remote database. I've already tried SQL server and PARSE. I haven't really used these that long to know any significant difference since I used them for experimentation. I see a lot of advertisements…

chris_techno25
- 2,401
- 5
- 20
- 32
1
vote
2 answers
Which tools for implementing distributed logging?
I'm trying to pick a set of tools to implement logging (starting with just error logging at first) for the different components of our system. The system consists of a set of client implementations (iOS, web MVC etc) and a backend.
I'd like to be…

Alexandr Kurilin
- 7,685
- 6
- 48
- 76
1
vote
1 answer
Calling parse javascript function from HTML form event
I've been trying to call a simple javascript login function from an html form submission and it doesn't seem to be calling the method. I have tried moving the method to an external .js class and the function still is not working. The java script…

Bradley Armstrong
- 67
- 1
- 7
0
votes
1 answer
No physical database known of type cassandra -AWS keyspace
We are connecting our microservices to aws keyspace(Cassandra) through dbaas.
Getting error
cloud.dbaas.client.exceptions.CreateDbException: MicroserviceRestClientResponseException{message=404 Not Found: "No physical database known of type…