Y
Hacker News
new
|
ask
|
show
|
jobs
by
tworats
4926 days ago
I'm looking for a middle ground - SQL/structured data extensible with non-structured data. The ability to extend sql tables with unspecified json-like data. The love child of mysql/postgres with Mongodb.
Any such thing exist?
1 comments
te_chris
4926 days ago
Postgres with HBase/JSON storage potentially fits what you're describing.
link