v2.0.0-alpha.21 #183
Replies: 1 comment
-
Introducing Ulixee Datastores and DesktopWe've been working on the next generation of the Ulixee Platform, highlighted by Datastores, which are storefronts for structured data feeds. They allow you to create "databases" that mix "live" web-extracted data with cached results. Almost like you have a table-oriented "View" of a website that you can choose to left join with other Views or metadata tables. Datastores are queryable in plain SQL, and can be priced in amounts as low as 1/millionth of a dollar per query (we'll get into the what and how in a future post, as it's not quite ready for prime-time). To truly grok Datastores, you kind of need to see them in action. We built the first version of an app to help you understand how all these pieces fit together. It's called Ulixee Desktop (downloadable under assets) here. The Getting Started guide will give you a sense of what's coming.
Datastores are rapidly becoming a reality, but we have a few more features left before we recommend using them in production (among the highest - you can only run them on a single server right now, and the payments system is not ready yet). That said, we'd LOVE your early feedback. As an added bonus, the Ulixee Desktop app comes with a built-in Hero module called ChromeAlive that allows you to replay previous Hero sessions, and even as a live development tool. Check it out and give us feedback here or in Discord! Excited to hear your thoughts, Blake and Caleb |
Beta Was this translation helpful? Give feedback.
-
BREAKING CHANGES
You must import {CloudNode} from @ulixee/cloud and use in place of Miner.
Bug Fixes
Features
New Contributors
Full Changelog: v2.0.0-alpha.19...v2.0.0-alpha.21
This discussion was created from the release v2.0.0-alpha.21.
Beta Was this translation helpful? Give feedback.
All reactions