Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
metanautics
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
metanautics
7y ago
JS is executed in isolated sandboxes.
2.
▲
by
metanautics
7y ago
Similar in some ways, yes, but without some of Firebase's limitations and with a much different query engine.
3.
▲
by
metanautics
7y ago
Hi, I'm Will, the creator of Unbounded. I co-founded the security company Cambia, later acquired by Tripwire, Inc. Unbounded is a schemaless, serverless, NoSQL cloud database accessible from the frontend that you query with JavaScript.
4.
▲
Show HN: JavaScript-focused cloud database with direct access from the front end
2 points
by
metanautics
7y ago
|
5 comments
5.
▲
by
metanautics
7y ago
Good question. You can create indexes to match on one or more properties: https://admin.unbounded.cloud/docs/#/guide?id=configuring-in... You can also create saved queries to partition the data by more complex cri
6.
▲
by
metanautics
7y ago
Hi, I'm Will, the creator of Unbounded. I co-founded the security company Cambia, later acquired by Tripwire, Inc. Unbounded is a schemaless, serverless, NoSQL cloud database you query with Javascript. If you can code it, it's a v
7.
▲
Show HN: Unbounded – Programmable NoSQL Data store
(unbounded.cloud)
5 points
by
metanautics
7y ago
|
3 comments
8.
▲
by
metanautics
7y ago
Hi, I'm Will, the creator of Unbounded. I co-founded the security company Cambia, later acquired by Tripwire, Inc. Unbounded is a schemaless, serverless, NoSQL cloud database you query with Javascript. If you can code it, it's a v
9.
▲
Create a Zero-Setup Microservice with Unbounded
(medium.com)
3 points
by
metanautics
7y ago
|
1 comments
10.
▲
by
metanautics
7y ago
One of the advantages of javascript versus a proprietary language is we can take advantage of the excellent tooling built-in to the existing js ecosystem. On the occasions where I had to write T-SQL stored procedures for example, I hated be
11.
▲
by
metanautics
7y ago
Queries run on the backend in isolated VMs. To separate data for different users, you could use the saved query feature to isolate portions of data from each other, or alternatively create a separate database for each user. Providing compre
12.
▲
by
metanautics
7y ago
Hi, I'm Will, the creator of Unbounded. I co-founded the security company Cambia, later acquired by Tripwire, Inc. Unbounded is a schemaless, serverless, NoSQL cloud database you query with Javascript. If you can code it, it's a v
13.
▲
Show HN: Unbounded – The serverless NoSQL database you query with JavaScript
(unbounded.cloud)
1 points
by
metanautics
7y ago
|
5 comments