tidytext
Finished, widely taught, and shipping roxygen fixes.
A side-by-side editorial comparison of Neo4j and textrecipes — release velocity, themes, recent moves, and the top alternatives to consider.
| Feature | Neo4j | textrecipes |
|---|---|---|
| Sector | Analytics | Analytics |
| Velocity score | 7.5 | 0.0 |
| Sparks · 30d | 2 | 0 |
| Top themes | graph-database, graph-data-science, free-tier, access-control | text-processing, tidymodels, recipes, sparse-data |
| Last editorial update | 18h ago | 52m ago |
| Website | — | Visit → |
Neo4j moves its full graph algorithm catalog onto the free tier and adds attribute-based access control.
Neo4j is pushing capability downward and outward at the same time. The complete Graph Data Science catalog — 65+ algorithms — now runs on AuraDB Free in isolated, unbilled sessions, while Business Critical and Virtual Dedicated Cloud tiers gain attribute-based access control with time-windowed permissions and IdP claim mapping. Around those, the Aura platform continues its monthly cadence: Cypher 25 picked up GROUP BY and a GQL cardinality function, quantized vector search reached general availability, and the Query editor gained persistent tabs.
Text features finally stay sparse all the way to the model.
textrecipes supplies the recipes steps for turning text into model-ready columns: tokenizing, hashing, term frequency, TF-IDF, and word embeddings. Version 1.1.0 added a sparse argument to step_dummy_hash(), step_texthash(), step_tf() and step_tfidf() so they emit sparse vectors. The releases before it are a long consistency pass — keep_original_cols on every step that creates columns, informative errors on name collisions, tunable arguments documented, integer rather than double output where integers are what is meant.
Neo4j is pushing capability downward and outward at the same time. The complete Graph Data Science catalog — 65+ algorithms — now runs on AuraDB Free in isolated, unbilled sessions, while Business Critical and Virtual Dedicated Cloud tiers gain attribute-based access control with time-windowed permissions and IdP claim mapping. Around those, the Aura platform continues its monthly cadence: Cypher 25 picked up GROUP BY and a GQL cardinality function, quantized vector search reached general availability, and the Query editor gained persistent tabs.
The shape here is a funnel. Free-tier users get the algorithm catalog and hosted MCP access with no billing and no setup, which lowers the cost of the first serious graph experiment to nothing; enterprise tiers get the governance controls that make an expansion defensible. Cypher is simultaneously being pulled toward the GQL standard and extended with new surfaces — auth rules, grouping clauses — so the query language is absorbing work that used to sit in configuration and driver code.
Expect ABAC to descend to Professional tiers and the Aura Graph Analytics free session limits to become the pressure point Neo4j uses to convert experiments into paid capacity. The unresolved question from these entries is whether MCP for Aura reaches Virtual Dedicated Cloud, which is listed as pending.
textrecipes supplies the recipes steps for turning text into model-ready columns: tokenizing, hashing, term frequency, TF-IDF, and word embeddings. Version 1.1.0 added a sparse argument to step_dummy_hash(), step_texthash(), step_tf() and step_tfidf() so they emit sparse vectors. The releases before it are a long consistency pass — keep_original_cols on every step that creates columns, informative errors on name collisions, tunable arguments documented, integer rather than double output where integers are what is meant.
Two forces drive this package. One is memory: text produces wide, mostly-zero matrices, and the sparse work is the direct answer, landing in the same period that workflows learned to fit and predict on dgCMatrix input. The other is upstream churn — the tweets tokenizer was deprecated because tokenizers deprecated it, the politeness feature disappeared when textfeatures left Suggests. The package's own agenda is consistency; its release timing belongs to its dependencies.
Expect the sparse argument to spread to the remaining column-producing steps, since only four of them have it, and expect more steps to be reworked as recipes' own sparse-data support matures.
Other Analytics products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either Neo4j or textrecipes.
Finished, widely taught, and shipping roxygen fixes.
The package that made calibration a step instead of an afterthought.
workflowsets keeps widening what counts as a model worth comparing.
The tidymodels pipeline grew a third stage, and it happens after the model runs.
Posit's MLOps package went quiet for two years, then came back to keep up with recipes.
patchwork stopped being a ggplot composer and became a page composer.
See all Neo4j alternatives → · See all textrecipes alternatives →
Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.
They serve adjacent needs but don't currently overlap on shipped themes. Neo4j is currently shipping more aggressively (velocity 7.5 vs 0.0), with 2 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.
Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. Neo4j is currently shipping more aggressively (velocity 7.5 vs 0.0), with 2 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other Analytics products to evaluate alongside.
Top Neo4j alternatives in Analytics are ranked by recent ship velocity. Browse the "Neo4j alternatives" section above for the current picks, or visit /alternatives/neo4j for the full list with editorial commentary on each.
Top textrecipes alternatives in Analytics are ranked by recent ship velocity. Browse the "textrecipes alternatives" section above for the current picks, or visit /alternatives/textrecipes for the full list with editorial commentary on each.