walrus

Lightweight Python utilities for working with Redis

https://github.com/coleifer/walrus

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.3%) to scientific vocabulary

Keywords

autocomplete database full-text-search orm python redis
Last synced: 9 months ago · JSON representation

Repository

Lightweight Python utilities for working with Redis

Basic Info
Statistics
  • Stars: 1,175
  • Watchers: 26
  • Forks: 91
  • Open Issues: 0
  • Releases: 8
Topics
autocomplete database full-text-search orm python redis
Created over 11 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog Contributing License

README.md

Walrus

Lightweight Python utilities for working with Redis.

The purpose of walrus is to make working with Redis in Python a little easier. Rather than ask you to learn a new library, walrus subclasses and extends the popular redis-py client, allowing it to be used as a drop-in replacement. In addition to all the features in redis-py, walrus adds support for some newer commands, including full support for streams and consumer groups.

walrus consists of:

Models

Persistent structures implemented on top of Hashes. Supports secondary indexes to allow filtering on equality, inequality, ranges, less/greater-than, and a basic full-text search index. The full-text search features a boolean search query parser, porter stemmer, stop-word filtering, and optional double-metaphone implementation.

Found a bug?

Please open a github issue and I will try my best to fix it!

Alternative Backends

Walrus also can integrate with the Redis-like databases rlite, ledis, and vedis. Check the documentation for more details.

Owner

  • Name: Charles Leifer
  • Login: coleifer
  • Kind: user

GitHub Events

Total
  • Issues event: 13
  • Watch event: 36
  • Issue comment event: 14
  • Push event: 3
  • Fork event: 3
  • Create event: 1
Last Year
  • Issues event: 13
  • Watch event: 36
  • Issue comment event: 14
  • Push event: 3
  • Fork event: 3
  • Create event: 1

Committers

Last synced: 12 months ago

All Time
  • Total Commits: 360
  • Total Committers: 21
  • Avg Commits per committer: 17.143
  • Development Distribution Score (DDS): 0.089
Past Year
  • Commits: 3
  • Committers: 1
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Charles Leifer c****r@g****m 328
Charles Leifer c****r@p****m 8
Charles Leifer c****r@p****i 3
Bertrand Svetchine b****e@t****o 3
Dung Nguyen c****t@d****t 2
Adam Chainz a****m@a****u 1
John D. Long j****g@d****m 1
Przemek Kaminski c****e@g****m 1
Ben Bonenfant b****n@g****m 1
Ben-12345 B****5 1
Ed-XCF m****u@q****m 1
Guillaume Andreu Sabater g****r@g****m 1
Ian McMurray i****y@g****m 1
James O'Beirne j****e@p****e 1
Jannis Leidel j****s@l****o 1
John Long j****g@g****m 1
Paul Munday t****s@g****m 1
cnn h****n@g****m 1
iamsudip i****p@p****t 1
ubhisat s****u@g****m 1
谭九鼎 1****3@q****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 106
  • Total pull requests: 12
  • Average time to close issues: 12 days
  • Average time to close pull requests: about 10 hours
  • Total issue authors: 83
  • Total pull request authors: 10
  • Average comments per issue: 1.91
  • Average comments per pull request: 1.0
  • Merged pull requests: 9
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 8
  • Pull requests: 0
  • Average time to close issues: about 5 hours
  • Average time to close pull requests: N/A
  • Issue authors: 2
  • Pull request authors: 0
  • Average comments per issue: 1.25
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • valankar (7)
  • lovetoburnswhen (4)
  • schaefer01 (4)
  • nid5 (2)
  • MatthewScholefield (2)
  • christnom (2)
  • nickeleres (2)
  • shince-tonetag (2)
  • dbanty (2)
  • albbrt (2)
  • agusdmb (2)
  • MrYZhou (2)
  • teaglebuilt (2)
  • ak4zh (1)
  • jamesob (1)
Pull Request Authors
  • nhymxu (3)
  • nid5 (2)
  • unaisaralegui (1)
  • liuhuiCNN (1)
  • Ed-XCF (1)
  • jamesob (1)
  • bbonenfant (1)
  • pavel-francirek (1)
  • imcmurray (1)
  • imba-tjd (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 49,571 last-month
  • Total docker downloads: 21,723
  • Total dependent packages: 11
  • Total dependent repositories: 151
  • Total versions: 42
  • Total maintainers: 1
pypi.org: walrus

walrus

  • Versions: 42
  • Dependent Packages: 11
  • Dependent Repositories: 151
  • Downloads: 49,571 Last month
  • Docker Downloads: 21,723
Rankings
Dependent packages count: 0.9%
Downloads: 1.1%
Dependent repos count: 1.2%
Stargazers count: 1.9%
Average: 2.1%
Docker downloads count: 2.4%
Forks count: 4.7%
Maintainers (1)
Last synced: 10 months ago

Dependencies

examples/twitter/requirements.txt pypi
  • flask *
  • redis *
  • walrus *
setup.py pypi
  • redis >=3.0.0
.github/workflows/tests.yaml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • redis * docker
requirements.txt pypi
  • redis *