it barely had any features then, this version is full of new functionality: streaming logs, long running processes, code interpreter and lots of other things and full docs site as well
Great read. How does it handle out-of-order events or scenarios where events need to be processed in strict order across different partitions? Are there built-in mechanisms to enforce global ordering when needed?
The cloud setup was super fast! I used it for an existing app + restate TS sdk, really took a few steps to get things up and running! Looking forward to more support for nextjs/node
I think it's important to understand that this was his opinion in 2021. Things have changed since, and hopefully, all these solutions are available now.
How does Restate handle the scalability challenges, especially when dealing with the state management of long-running processes, without compromising performance?
I'd love a deep technical comparison, but it would also be great to understand if Restate is better than Temporal for specific use cases and vice versa. When someone should choose one of them over another
Hey folks, just came across Grafbase's Edge Gateway and thought it was worth sharing. It's a unified data layer that connects all your databases and APIs to a single GraphQL endpoint. You can develop locally and deploy to the edge without any configuration hassle.
What really caught my eye was the flexibility of integrating different services. You can extend the schema to include services like Stripe, OpenAI, and GitHub with just a few lines of code. Imagine the power of having your payment processing, AI model generation, and source control all talking to each other through the same interface!
For example, you can use @openapi to integrate Stripe or OpenAI by defining the schema and authorization details. Similarly, you can use @graphql to connect with GitHub's GraphQL API. All this can be done with JavaScript, TypeScript, or languages that compile to WebAssembly.
This seems like a game-changer for anyone dealing with multiple data sources or services. Definitely worth checking out if you're looking for ways to reduce integration time and focus more on iterating your product!
Pathfinder comes loaded with:
- Visual Operation Builder
- Field Quick Docs
- Operation History & Timings
- Supports GraphQL @live Queries
- Schema Documentation View
- Schema Definition View
As you move between operations in the document pane you will get the most up-to-date state for that operation. So there's no need for the tabs since Pathfinder is aware of the currently selected operation, history and response.
About
SQL Translator is a tool for converting natural language queries into SQL code using artificial intelligence. This project is 100% free and open source.