Skip to main content

Node-based data processing and graph computation library

Project description

🚀 xwnode: Node-Based Data Processing Library

Company: eXonware.com
Author: Eng. Muhammad AlShehri
Email: connect@exonware.com
Version: 0.0.1.23 Last Updated: 11-Oct-2025

🎯 What is xwnode?

xwnode is a powerful Python library for node-based data processing and graph computation. It provides a flexible framework for building data processing workflows using interconnected nodes, enabling complex data transformations and computations through an intuitive graph-based approach.

Quick Start

Installation

xwnode offers three installation modes to match your needs:

Default (Lite) - Minimal Installation

pip install exonware-xwnode
# or
pip install xwnode
  • ✅ Core node functionality
  • ✅ Basic graph operations
  • ✅ Essential data processing
  • ✅ Zero external dependencies (beyond xwsystem)

Lazy - Auto-Install on Demand

pip install exonware-xwnode[lazy]
# or
pip install xwnode[lazy]
  • ✅ Everything from default
  • ✅ Automatic dependency installation
  • ✅ Enterprise serialization on-demand
  • ✅ Performance monitoring when needed

Full - Complete Feature Set

pip install exonware-xwnode[full]
# or
pip install xwnode[full]
  • ✅ Everything from lazy
  • ✅ All xwsystem serialization formats (50+)
  • ✅ Advanced security features
  • ✅ Performance monitoring
  • ✅ Enterprise-grade capabilities

Basic Usage

from exonware.xwnode import XWNode, XWQuery, XWFactory
# Or use convenience import:
# import xwnode

# Your node-based processing code here
node = XWNode({'data': 'example'})

🎯 Perfect For:

  • 🔄 Data Processing Pipelines - Build complex data transformation workflows
  • 📊 Graph Computation - Process data through interconnected node networks
  • 🔀 Workflow Management - Create reusable processing components
  • 🧠 Algorithm Development - Implement graph-based algorithms and computations
  • 🔗 System Integration - Connect different data processing stages

🚀 Key Features

57 Production-Ready Node Strategies - Comprehensive data structures (vEB Tree, DAWG, Interval Tree, k-d Tree, CRDT Map, Rope, and more)
Advanced Persistent Structures - LSM Tree (WAL + Bloom filters), BW Tree (atomic CAS), Learned Index (ML-based)
28 Edge Strategies - Advanced graph representations (ADJ_LIST, k²-tree, BVGraph, HNSW, Euler Tour, Link-Cut, 2-Hop Labels, Multiplex, and more)
35 Query Languages - SQL, GraphQL, Cypher, SPARQL, XPath, JMESPath, and more
Production Features - Version management, memory monitoring, background compaction, lock-free operations
Node-based architecture for modular data processing
Graph computation engine for complex workflows
Flexible data flow between processing nodes
Reusable components for common operations
Performance optimized for large-scale processing
Easy integration with existing Python data tools

🎯 Production-Grade Node Strategies (51 Total)

Linear Structures (7): Stack, Queue, Deque, Priority Queue, Linked List, Array List, Circular Buffer
Hash-Based (7): HashMap, OrderedMap, HAMT, Cuckoo Hash, Linear Hash, Extendible Hash, Set Hash
Tree Structures (18): AVL, Red-Black, B-Tree, B+ Tree, Trie, Radix, Patricia, Splay, Treap, Skip List, Heap, ART, and more
Advanced (5): LSM Tree (WAL + Bloom), BW Tree (atomic CAS), Learned Index (ML), Persistent Tree (versioning), COW Tree (memory monitoring)
Matrix/Bitmap (5): Bitmap, Dynamic Bitset, Roaring Bitmap, Sparse Matrix, Adjacency List
Probabilistic (3): Bloom Filter, Count-Min Sketch, HyperLogLog
Specialized (6): Union Find, Segment Tree, Fenwick Tree, Suffix Array, Aho-Corasick, Data Interchange

📖 Complete Strategy Guide & Selection Matrix

🚀 Project Phases

xWNode follows a structured 5-phase development approach designed to deliver enterprise-grade functionality while maintaining rapid iteration and continuous improvement.

Current Phase: 🧪 Version 0 - Experimental Stage

  • Focus: Fast applications & usage, refactoring to perfection of software patterns and design
  • Status: 🟢 ACTIVE - Foundation complete with core node functionality, graph traversal algorithms, and comprehensive testing

Development Roadmap:

  • Version 1 (Q1 2026): Production Ready - Enterprise deployment and hardening
  • Version 2 (Q2 2026): Mars Standard Draft Implementation - Cross-platform interoperability
  • Version 3 (Q3 2026): RUST Core & Facades - High-performance multi-language support
  • Version 4 (Q4 2026): Mars Standard Implementation - Full compliance and enterprise deployment

📖 View Complete Project Phases Documentation

📚 Documentation

🔧 Development

# Install in development mode
pip install -e .

# Run tests
python tests/runner.py

# Run specific test types
python tests/runner.py --core
python tests/runner.py --unit
python tests/runner.py --integration

🤝 Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Add tests
  5. Run the test suite
  6. Submit a pull request

📄 License

MIT License - see LICENSE file for details.


Built with ❤️ by eXonware.com - Making node-based data processing effortless

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

exonware_xwnode-0.0.1.23.tar.gz (2.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

exonware_xwnode-0.0.1.23-py3-none-any.whl (497.6 kB view details)

Uploaded Python 3

File details

Details for the file exonware_xwnode-0.0.1.23.tar.gz.

File metadata

  • Download URL: exonware_xwnode-0.0.1.23.tar.gz
  • Upload date:
  • Size: 2.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.8.18

File hashes

Hashes for exonware_xwnode-0.0.1.23.tar.gz
Algorithm Hash digest
SHA256 3f83d20cd2de7c22469db39a8bf321c6c4c7be71ef5d8c896d54df51c1000a50
MD5 7a6852315acc7ad7f79116725be3f687
BLAKE2b-256 8388099650239665a37739cceda859d294f5591a2a22552400a6e887ec7df33e

See more details on using hashes here.

File details

Details for the file exonware_xwnode-0.0.1.23-py3-none-any.whl.

File metadata

File hashes

Hashes for exonware_xwnode-0.0.1.23-py3-none-any.whl
Algorithm Hash digest
SHA256 128ab330bd5fd803add703c852f2692d2ad642783214ff6541fb4026869c0b2c
MD5 5db750bb8fa23e6b0cd31c8472b8e708
BLAKE2b-256 fd77f2424f4fdeef8354655f5c84602318e6faa7dd9782dabfe4e274d436857a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page