node-pixl-server-storage 4.1.0+ds-1
Package Information
| Description | storage component for the Node.js pixl-server framework This module is a component for use in pixl-server. It implements a simple key/value storage system that can use multiple back-ends, such as Amazon S3, Redis, or a local filesystem. It introduces the concept of a "chunked linked list", which supports extremely fast push, pop, shift, unshift, and random reads/writes. Also provided is a fast hash table implementation with key iteration, a transaction system, and an indexing and search system. Features: - Uses very little memory in most cases. - Store JSON or binary (raw) data records. - Supports multiple back-ends including Amazon S3, Redis, and local filesystem. - Linked lists with very fast push, pop, shift, unshift, and random reads/writes. - Hash tables with key iterators, and very fast reads / writes. - Advisory locking system with shared and exclusive locks. - Variable expiration dates per key and automatic deletion. - Transaction system for isolated compound operations and atomic commits, rollbacks. - Indexing system for searches across collections of JSON records. - Supports Google-style full-text search queries. Node.js is an event-based server-side JavaScript engine. |
|---|---|
| Maintainer | Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org> |
| Changed By | Joseph Nahmias <jello@debian.org> |
| Sponsor | jello@debian.org |
| Distribution | unstable |
| Architecture | all |
| VCS | git: https://salsa.debian.org/js-team/node-pixl-server-storage.git (browse) |
| Closes | #1138497 |
| Blocked Bugs | #1137734 (wishlist) |
| Tracker | https://tracker.debian.org/pkg/node-pixl-server-storage |
| Uploaded | 4 hours ago |
New Package Report
.changes
| Date | Wed, 24 Jun 2026 21:55:23 -0400 |
|---|---|
| Source | node-pixl-server-storage |
| Version | 4.1.0+ds-1 |
| Changed-By | Joseph Nahmias |
| Architecture | source all |
| Distribution | unstable |
Changelog
node-pixl-server-storage (4.1.0+ds-1) unstable; urgency=medium . * Initial release (Closes: #1138497) * do not run upstream tests * install documentation
.dsc
| Section | javascript |
|---|---|
| Priority | optional |
| Component | main |
| Package-List | node-pixl-server-storage deb javascript optional arch=all |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: pixl-server-storage Upstream-Contact: https://github.com/jhuckaby/pixl-server-storage/issues Source: https://github.com/jhuckaby/pixl-server-storage Files-Excluded: pxql.js Files: * Copyright: 2015 - 2026, Joseph Huckaby <jhuckaby@gmail.com> License: Expat Files: debian/* Copyright: 2026, Joseph Nahmias <jello@debian.org> License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.