TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Compiling SQL to Amazon DynamoDB - Can I make money?

3 点作者 wagerlabs超过 11 年前

1 comment

wagerlabs超过 11 年前
This was a project for a client so that code is proprietary. I wrote the compiler in OCaml and generate Erlang code that targets my DynamoDB wrapper [1].<p>The benefit is automatically enforcing referential integrity, documenting the &quot;schema&quot; and eliminating a boatload of boilerplate.<p>Is there commercial potential here?<p>I already have triggers and could add &quot;REST endpoints&quot; with SQL code and callouts to external functions written in the code that the compiler targets.<p>Would this be something you would pay for, e.g. if I generated nodejs or some other code?<p>[1] <a href="https://github.com/wagerlabs/ddb" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;wagerlabs&#x2F;ddb</a>