← Back to home
Comparison · Analytics

Neo4j vs textrecipes

A side-by-side editorial comparison of Neo4j and textrecipes — release velocity, themes, recent moves, and the top alternatives to consider.

Neo4j vs textrecipes: at a glance

FeatureNeo4jtextrecipes
SectorAnalyticsAnalytics
Velocity score7.50.0
Sparks · 30d20
Top themesgraph-database, graph-data-science, free-tier, access-controltext-processing, tidymodels, recipes, sparse-data
Last editorial update18h ago52m ago
WebsiteVisit →

What is Neo4j?

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.

Read the full Neo4j trajectory →

What is textrecipes?

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.

Read the full textrecipes trajectory →

Neo4j vs textrecipes: editorial side-by-side

N
Neo4j
ANALYTICS
7.5

Neo4j moves its full graph algorithm catalog onto the free tier and adds attribute-based access control.

◆ Current state

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.

◆ Where it's heading

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.

◆ Prediction

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.

T
textrecipes
ANALYTICS
0.0

Text features finally stay sparse all the way to the model.

◆ Current state

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.

◆ Where it's heading

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.

◆ Prediction

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.

Alternatives to Neo4j and textrecipes

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.

See all Neo4j alternatives → · See all textrecipes alternatives →

Recent activity from Neo4j and textrecipes

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 1d agoNeo4jAura Graph Analytics is now available on AuraDB Free
  2. 1d agoNeo4jDynamic & Time-Based Access Control with ABAC, now in Neo4j Aura!
  3. 8d agoNeo4jQuery Tabs: A new way to work with your queries
  4. 9d agoNeo4jCypher 25 gains GROUP BY; quantized vector search hits GA
  5. 13d agoNeo4jEnterprise Studio: dashboard parameters and concurrent editing
  6. 22d agoNeo4jMCP for Aura Now Available
  7. 1y agotextrecipesHashing and TF-IDF steps can emit sparse vectors
  8. 1y agotextrecipesstep_textfeatures() sped up; clean_levels NA bug fixed
  9. 2y agotextrecipestextfeatures dependency dropped; politeness feature removed
  10. 2y agotextrecipesuntokenize and normalization return factors
  11. 2y agotextrecipeskeep_original_cols everywhere; hashing column order fixed
  12. 3y agotextrecipesTunable arguments documented; name collisions now error

Frequently asked questions

What is the difference between Neo4j and textrecipes?

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.

Is Neo4j better than textrecipes?

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.

What are the best alternatives to Neo4j?

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.

What are the best alternatives to textrecipes?

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.