Any hosting that support Matisse database? - database

I am looking for a hosting that support Matisse database. I've been googling for a while and I didn't find anything. Someone can help me?
Anyway, my goal is to use a DBOO, so if you others that works fine, feel free to recommend me other options.
Thanks!

If they provide a distributable executable which i could not find on their site, you could install it on ec2 or azure compute.
you could also try Amisa Server as a service

Related

Is there another way to "push-to-deploy" with Google App Engine?

This two-year-old BitBucket “push-to-deploy” (https://cloudplatform.googleblog.com/2014/09/using-bitbucket-for-push-to-deploy.html) option looks really useful/interesting but seems like it’s no longer functional. The link in step 8 seems to have disappeared.
Is it possible to use this general feature somehow even if it doesn’t seem to work with BitBucket anymore?
If anyone has any ideas, it would be much appreciated. Thank you.
We use Jenkins for continuous integration and continuous deployment. You could take a look on https://jenkins.io/ .

Semantria Integration with DB

I need to know, has someone integrated any DB to Semantria, and get output to any DB or excel or text file ?
I have tried to explore semantria via excel and API , but integration does not work perfectly.
It depends on what kind of integration you're looking for.
I have already done many integrations with different storages including indexing services and RDBMS solutions.
Unfortunately there are no ready-to-use components available on the market, so you will need to build integration by your own.
Semantria offers SDK (https://github.com/Semantria/semantria-sdk) for all modern languages, you will need to build a logic that will get analysis results and will save them to a certain storage.
Can you please explain what storage do you use and what Semantria output you're interested in?
Thanks George.
Well at the moment, we are just focusing on pulling the data from DB (take for instance mySQL, or Oracle), and output should again go back to same DB, i will take care of transformation needed in o/p.
Now where I am stuck, is the place where I can set up a link between DB and semantria, how will these SDK help, never worked on something like this.
A brief on this will surely be of great help

SNPP Kannel Redis: How to make them fully work?

I have ubuntu in my computer installed. I built redis from this site and installed it in a directory. Next i downloaded Kannel from this site ****** in a stable release (1.4.4) and configured my kanel.conf as mentioned in this snapshot
I also installed snpp and am running smsbox. When I need to send an sms I do it using 127.0.0.1:13013/cgi-bin/sendsms which communicates perfectly with kannel, snpp. However, even though redis is prompted to be connected with Kannel, Redis table does not populate.
I need help please, whoever knows please answer me. It is of great importance to me.
Possible hint: Redis needs configuration so that it works with CRUD. I have searched through internet in vein. I found poor even no documentation on this issue. Please help!
Thanks in advance
Did you placed all other Kannel configurations properly?

Eclipse can't connect database

Is it possible to build desktop application whit small data base on linux/ubuntu? I have try eclipse+derby- not work, driver load, but can't connect to db. Eclipse +sqlite- not work too, No suitable driver. For a week from now i trying and can't connect to my db. If some1 have WORKING tutorial how to do this in ubuntu+eclipse, pls share. 1 week google, so please if some1 pass this to help me.
Now im using SQLite, i have load the sqlitejdbc-v051.jar in build path and use
Class.forName("org.sqlite.JDBC").newInstance();
but the result is: No suitable driver found for jdbc:derby:/home/vasil/MYDB
Have you taken a look at this site? It seems to be a fairly decent walkthrough. Is the db server that you are trying to connect to running and somewhere accessible to your application?
Take a look at this question. It seems to be very similar to yours. I havn't used derby but I have used many other db servers. It sounds like you dont have the driver on your applications classpath.
Also, this tutorial might also be helpful. It shows how to use jdbc to connect to a db.

Winforms: Write app.settings during Setup

I've battled with modifying Configuration settings in the App.config file in the past, and gave up any hope of making it work. Now again, I find myself in the same shoes, but this time determined to sort it out!
The application Im creating is a WindowsForms .NET 3.5 (SP1) app. It is to be used in a closed, networked environment. It is not a SmartClient app, but an "always-connected" one, and transacts over the local network with a central database server.
The app works fine, and now that Im ready to deploy and create the setup files, I must ask 2 very important questions:
How do I (especially!) 'modify' the ConnectionString value from the Setup Wizards? ;and
How/where do/should I encrypt this value?
This is surely something every developer goes thru when moving from development to production, and I would sincerely appreciate any help.
Thank you!
This question provides good information on how to modify the configuration file (in general) during setup.

Resources