TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Multi-tenanted database that is shareable and embeddable?

2 pointsby volokoumpheticoover 11 years ago
I have struck a boulder here and I can&#x27;t seem to find the right word to describe it.<p>Basically, users sign up on &quot;the site&quot;, uploads data onto it, and generates a javascript tag which will fetch the data he&#x2F;she uploaded on &quot;the site&quot;.<p>The user will then put the<p><pre><code> &lt;script type=&quot;text&#x2F;javascript src=&quot;https:&#x2F;&#x2F;thesite.com&#x2F;user&#x2F;23423&#x2F;share.js&quot;&gt; theSite.insertTo(&#x27;#dataView&#x27;); &lt;&#x2F;script&gt; &lt;div id=&quot;dataView&quot;&gt;&lt;&#x2F;div&gt; </code></pre> into their website which will generate an html table into the div of their choice.<p>I have no idea if there are services like this. Does google Docs have anything like this?

no comments

no comments