mrosgood
2013-09-28 14:46:29 UTC
Has anyone seen a publicly accessible JDBC?
Why are we fronting databases with "web services"? Why not just open a port to the database?
What does "web services" buy you, that you cannot do with a database (e.g. H2, Oracle, MSSQL)? Load balancing, hell banning, rate throttling? More authentication options (eg OpenID, OAuth)?
Couldn't those features be added with a JDBC proxy?
---
I see stuff like
City of Seattle, open govt stuff
https://data.seattle.gov
http://dev.socrata.com/console/
Stack Exchange Data Explorer
http://data.stackexchange.com/stackoverflow/queries
SQLShare, publish your datasets to the cloud
https://sqlshare.escience.washington.edu
Generic SQL client
http://sqlzoo.net
And I think "Neat, they ported SquirrelSQL to the web."
But I want to use my own SQL client. Not learn some weird new mutant UI.
And I want to work with the database directly, using SQL and resultset. Not learn some mutant format like JSON or XML or worse .
Imagine a mail service providing a webmail client, but not SMTP & IMAP.
Cheers, Jason
------------------------------------
Why are we fronting databases with "web services"? Why not just open a port to the database?
What does "web services" buy you, that you cannot do with a database (e.g. H2, Oracle, MSSQL)? Load balancing, hell banning, rate throttling? More authentication options (eg OpenID, OAuth)?
Couldn't those features be added with a JDBC proxy?
---
I see stuff like
City of Seattle, open govt stuff
https://data.seattle.gov
http://dev.socrata.com/console/
Stack Exchange Data Explorer
http://data.stackexchange.com/stackoverflow/queries
SQLShare, publish your datasets to the cloud
https://sqlshare.escience.washington.edu
Generic SQL client
http://sqlzoo.net
And I think "Neat, they ported SquirrelSQL to the web."
But I want to use my own SQL client. Not learn some weird new mutant UI.
And I want to work with the database directly, using SQL and resultset. Not learn some mutant format like JSON or XML or worse .
Imagine a mail service providing a webmail client, but not SMTP & IMAP.
Cheers, Jason
------------------------------------