This project is a Chinese translation of a comprehensive technical guide to the Go programming language. It provides localized software engineering materials and educational texts designed to help developers master the fundamentals and advanced patterns of the language. The project operates as a community-driven localization effort, utilizing a Git-based translation workflow to manage incremental changes and contributions. The content is organized as a markdown learning resource, converting complex technical books from English into Chinese to make the concepts accessible to a wider audience.
This project serves as a comprehensive technical reference for the architecture and design of data-intensive applications. It provides a structured analysis of the fundamental principles required to build reliable, scalable, and maintainable software systems, covering the core trade-offs inherent in modern data infrastructure. The repository explores the mechanics of distributed data management, including strategies for replication, partitioning, and achieving consensus across multiple nodes. It details the design of storage engines, indexing techniques, and transaction management models, whi
Cozo is a logic-based database engine that functions as a relational data store, an embedded graph database, and a temporal vector database. It utilizes a Datalog-inspired query language to execute relational, recursive, and graph queries. The system distinguishes itself through specialized indexing for high-dimensional vector similarity searches and near-duplicate detection using locality sensitive hashing. It also provides built-in temporal versioning, allowing for historical state retrieval and time-travel queries to access data as it existed at specific points in time. Its broader capabi
Apache AGE is a graph database extension for PostgreSQL that adds openCypher graph query capabilities directly within the relational database environment. It functions as a loadable extension that translates Cypher graph traversal queries into SQL expressions, enabling users to run pattern matching and path analysis alongside standard SQL operations within a single database instance. The extension stores labeled, directed property graphs as isolated schemas with internal relational tables for vertices, edges, and labels, preventing cross-graph interference. It supports hybrid query execution
Este proyecto es un repositorio de localización al chino y un proyecto de traducción técnica diseñado para hacer que los proyectos de programación concisos y la documentación técnica sean accesibles para los hablantes de chino. Proporciona una colección de recursos traducidos y mapeos curados de terminología de ciencias de la computación para asegurar una traducción consistente de conceptos técnicos.
Las características principales de ht524/500lineorless_cn son: Chinese Language Technical Guides, Technical Document Translations, Technical Documentation Localizations, Technical Terminology Preservation, Concise Project Translations, Technical Glossaries, Translation Term Mapping, Localization Workflows.
Las alternativas de código abierto para ht524/500lineorless_cn incluyen: golang-china/gopl-zh — This project is a Chinese translation of a comprehensive technical guide to the Go programming language. It provides… vonng/ddia — This project serves as a comprehensive technical reference for the architecture and design of data-intensive… cozodb/cozo — Cozo is a logic-based database engine that functions as a relational data store, an embedded graph database, and a… apache/age — Apache AGE is a graph database extension for PostgreSQL that adds openCypher graph query capabilities directly within… jikexueyuanwiki/tensorflow-zh — This project is a community-driven technical translation effort and a machine learning educational resource. It… swiftggteam/the-swift-programming-language-in-chinese — This project is a Simplified Chinese translation of the official Swift programming language documentation. It…