run SQL over about 200 data sources.
Showing posts with label database. Show all posts
Showing posts with label database. Show all posts
Wednesday, November 2, 2022
Turns just about anythig into an SQL database.
Thursday, October 27, 2022
Power any project with a modern, open source data platform
SaaS layer to take a relational database and present it as an API
Friday, June 25, 2021
Tuesday, April 13, 2021
SQLite is not a toy database
https://antonz.org/sqlite-is-not-a-toy-database/
I've seen for several years that SQLite is the new database of choice for CMSs. MySQL is proving too heavy for them.
Saturday, March 6, 2021
Costly Mistakes: Why We Had to Abandon Firebase
https://js.plainenglish.io/costly-mistakes-why-we-had-to-abandoned-firebase-b89930c10d92
Dare I say? They got burned by firebase.
Friday, January 8, 2021
Thursday, August 15, 2019
He tried to prank the DMV. Then his vanity license plate backfired big time.
https://mashable.com/article/dmv-vanity-license-plate-def-con-backfire/
I've often thought of doing this. Glad now I didn't.
I've often thought of doing this. Glad now I didn't.
Friday, April 19, 2019
Space Cloud β : Instant Realtime APIs on Any Database
https://spaceuptech.com/
Interesting opensource project to give access to databases via APIs
Interesting opensource project to give access to databases via APIs
Monday, April 15, 2019
Which AWS Technology Should You Use for Your Open Source Database?
https://thenewstack.io/which-aws-technology-should-you-use-for-your-open-source-database/
pros and cons of various AWS database services
pros and cons of various AWS database services
Friday, October 26, 2018
SeekTable online pivot tables, pivot charts and datagrid reports
https://www.seektable.com/
Online datagrid and charting tool
Online datagrid and charting tool
Wednesday, October 24, 2018
SeekTable online pivot tables, pivot charts and datagrid reports
https://www.seektable.com/
Interesting online table and chart tool.
Interesting online table and chart tool.
Wednesday, October 17, 2018
Jupyter Magics with SQL
https://towardsdatascience.com/jupyter-magics-with-sql-921370099589
Cool intro to using SQL magics in Jupyter notebook.
Cool intro to using SQL magics in Jupyter notebook.
Wednesday, October 3, 2018
Python HOW: Connect to, and Manage a Database
https://medium.com/@DrGabrielA81/python-how-connect-to-and-manage-a-database-68b113a5ca62
Intro to database manipulation via the python odbc library.
Intro to database manipulation via the python odbc library.
Friday, June 22, 2018
Microservices, events, and upside-down databases
https://www.oreilly.com/ideas/microservices-events-and-upside-down-databases
How unraveling a traditional database into its associated parts can yield greater insights.
How unraveling a traditional database into its associated parts can yield greater insights.
Saturday, June 16, 2018
PDO vs. MySQLi: The Battle of PHP Database APIs
https://websitebeaver.com/php-pdo-vs-mysqli
PDO and MySQLi in PHP. This author says go with PDO.
PDO and MySQLi in PHP. This author says go with PDO.
What I’m Telling Business People About Why Relational Databases Are So Bad
https://codeburst.io/what-im-telling-business-people-about-why-relational-databases-are-so-bad-6f38d3d6c995
Truth-teller about the ugly of relational databases.
Truth-teller about the ugly of relational databases.
Wednesday, May 2, 2018
FoundationDB gives you the power of ACID transactions in a distributed database.
https://www.foundationdb.org/
OpenSource distributed database. We'll see if it has legs.
OpenSource distributed database. We'll see if it has legs.
Monday, April 30, 2018
UUID or GUID as Primary Keys? Be Careful!
https://tomharrisonjr.com/uuid-or-guid-as-primary-keys-be-careful-7b2aa3dcb439
Good case for UUID vs. surrogate integer IDs in database design.
Good case for UUID vs. surrogate integer IDs in database design.
Friday, March 2, 2018
adminer database management in a single file
https://www.adminer.org/
I've thought for a long time that PhpMyAdmin was getting old. Here's an alternative.
I've thought for a long time that PhpMyAdmin was getting old. Here's an alternative.
Monday, February 26, 2018
What I learnt from building 3 high traffic web applications on an embedded key value store.
https://medium.com/@tonyalaribe/what-i-learnt-from-building-3-high-traffic-web-applications-on-an-embedded-key-value-store-68d47249774f
NoSQL or Key-Value stores are good as long as you can search them.
NoSQL or Key-Value stores are good as long as you can search them.
Subscribe to:
Posts (Atom)