Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ctesh
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
ctesh
4y ago
Macrometa claims it can run your microservices as functions and container running concurrently across 175 cities globally with shared durable state if you use their Global Data Network (GDN) as a globally distributed back-end platform. They
2.
▲
by
ctesh
6y ago
Hi Ignoramus - founder and CEO of Macrometa here - regret that our first attempt at explaining our consistency model caused confusion last year. Here's a link to the research paper that describes our architecture and consistency mode
3.
▲
Show HN: Decentralized crypto trading bot to trade crypto across 3 exchanges
(macrometa.co)
5 points
by
ctesh
7y ago
|
0 comments
4.
▲
Freeing the database: from centralization to mutable shared state at the edge
(macrometa.co)
1 points
by
ctesh
7y ago
|
0 comments
5.
▲
Chris Meiklejohn on building a globally distributed CRDT database for the edge
(macrometa.co)
2 points
by
ctesh
7y ago
|
0 comments
6.
▲
by
ctesh
7y ago
Try it - https://4uiu9z43qj.execute-api.us-west-1.amazonaws.com/defau...
7.
▲
A globally distributed stateful data layer for AWS lambda
(macrometa.co)
3 points
by
ctesh
7y ago
|
1 comments
8.
▲
by
ctesh
7y ago
tl/dr - Barker is a twitter clone that runs its backend across 25 global data centers. The post explains the motivations and challenges that inspired the developer to build barker and how he leveraged Macrometa - a geo distributed plat
9.
▲
Barker – a decentralized/distributed open-source Twitter clone
(macrometa.co)
6 points
by
ctesh
7y ago
|
1 comments
10.
▲
by
ctesh
7y ago
Hi gatherhunterer Great feedback - I'll add a few links on to the docs on architecture and things like consistency of data (short answer is this a geo distributed data platform with consistency gaurantees). Thanks also for the great po
11.
▲
Show HN: Make a lowlatency, realtime multiplayer game with edge computing
(macrometa.co)
5 points
by
ctesh
7y ago
|
4 comments
12.
▲
by
ctesh
7y ago
A repl.it repo with a python example of a simple database app (an address book) that stores and queries data from Macrometa's serverless geo-distributed database running in California, Virgina, Germany and India.
13.
▲
Build a low latency Python app with a globally distributed DB
(dev.to)
13 points
by
ctesh
7y ago
|
1 comments
14.
▲
by
ctesh
7y ago
TL/DR: Macrometa is a geo-distributed CRDT database and serverless function run time with the following capabilities 1. 25 global locations - across AWS, GCP, telecom and CDN PoPs 2. Local Write and Read performance - your query execut
15.
▲
Show HN: Build an App/API with a MultiCloud, GeoDistributed Back End in 10Mins
(macrometa.co)
2 points
by
ctesh
7y ago
|
1 comments
16.
▲
by
ctesh
7y ago
Its a cloud service and is fully managed - we provide the servers, storage, networking, connectivity - everything. You just need to bring your code.
17.
▲
by
ctesh
7y ago
Hi PKMishra - Paid premium tiers will be introduced in July. You can request "whisper pricing" which is discounted by opening a free developer account ( https://www.macrometa.co/start ) and using chat to talk to J
18.
▲
by
ctesh
7y ago
The TLDR Macrometa is a geo-distributed, real-time, streaming DB with a multi-modal interface (K/V, Doc, Streams, Graph, Time Series). Unlike centralized eventually consistent DBs, Macrometa is a natively geo-replicated DB that uses C
19.
▲
Show HN: A globally distributed, cross-region/cloud DB in 25 regions in 40s
(macrometa.co)
17 points
by
ctesh
7y ago
|
7 comments
20.
▲
by
ctesh
8y ago
Shares some feature overlap with dynamodb (key/value and document dB interfaces). Where we differentiate - global replications across all our 25 global POPs (50 by end of 2019). Integrated graphQL generator (rest as well), real-time: d
21.
▲
by
ctesh
8y ago
You bring up a great point. One absolutely can use us as a firebase alternative. We have a few customers using us with lambda and container services directly on their favorite cloud provider in just 2 locations for high availability of the
22.
▲
by
ctesh
8y ago
Yes - you hit the nail in the head - that is indeed how SPOT and regular collections work. We think we provide the flexibility of both very strict acid behavior using spot collections Along with the strong eventual consistency model for ev
23.
▲
by
ctesh
8y ago
Thanks for pointing out the ambiguous bits - I’ll clean it up in the next few days. Yes it does solve the double spend - it let’s you mark (check box) a collection with a SPOT property (single point of truth) which restricts the number of e
24.
▲
by
ctesh
8y ago
Thanks for the truly thoughtful questions - I will put together a short faq and post a link and a a tl/dr answer here. We also have a more technical internals paper almost completed and will publish next week. Thanks again! This is su
25.
▲
by
ctesh
8y ago
Hello and greetings the_arun. The short answer is yes. Macrometa integrates a function as service (FaaS) which can be hooked into the database and be triggered by events on a stream or a data collection. So you can for example do the follo
26.
▲
by
ctesh
8y ago
ok Take 2: 1. We use causal consistency using vector clocks to establish the causal order of operations instead of using Time stamping and Network Time Protocol which are unreliable over WAN distances 2. We share Database state changes
27.
▲
by
ctesh
8y ago
The TL/DR on how: 1. Causal consistency with the ability to create collections (tables) with strict consistency - uses vector clocks and not wall clock timestamps for ordering DB operations 2. Streams to propagate DB changes from one g
28.
▲
We built a distributed DB capable of running across 100s of global locations
(macrometa.co)
127 points
by
ctesh
8y ago
|
26 comments