All Projects → vaeth → Eix

vaeth / Eix

Licence: gpl-2.0
eix can access Gentoo portage ebuild information and description very quickly (using a local cache). It can also be used to access information on installed packages, local settings, and local and external overlays, and informs about changes in the tree

Projects that are alternatives of or similar to Eix

Redis Ui
📡 P3X Redis UI is a very functional handy database GUI and works in your pocket on the responsive web or as a desktop app
Stars: ✭ 334 (+165.08%)
Mutual labels:  tree, database
React Native Mmkv Storage
An Efficient(0.0002s read/write), small & encrypted mobile key-value storage framework for React Native
Stars: ✭ 273 (+116.67%)
Mutual labels:  database, fast
kirby3-bolt
Kirby 3 Plugin for a fast Page lookup even in big content trees
Stars: ✭ 24 (-80.95%)
Mutual labels:  fast, tree
Smart Array To Tree
Convert large amounts of data array to tree fastly
Stars: ✭ 91 (-27.78%)
Mutual labels:  tree, fast
Orientdb
OrientDB is the most versatile DBMS supporting Graph, Document, Reactive, Full-Text and Geospatial models in one Multi-Model product. OrientDB can run distributed (Multi-Master), supports SQL, ACID Transactions, Full-Text indexing and Reactive Queries. OrientDB Community Edition is Open Source using a liberal Apache 2 license.
Stars: ✭ 4,394 (+3387.3%)
Mutual labels:  database, fast
Closuretable
Adjacency List’ed Closure Table database design pattern implementation for the Laravel framework.
Stars: ✭ 391 (+210.32%)
Mutual labels:  tree, database
Chronix.server
The Chronix Server implementation that is based on Apache Solr.
Stars: ✭ 258 (+104.76%)
Mutual labels:  database, fast
Victoriametrics
VictoriaMetrics: fast, cost-effective monitoring solution and time series database
Stars: ✭ 5,558 (+4311.11%)
Mutual labels:  database, fast
Sled
the champagne of beta embedded databases
Stars: ✭ 5,423 (+4203.97%)
Mutual labels:  tree, database
Griddb
GridDB is a next-generation open source database that makes time series IoT and big data fast,and easy.
Stars: ✭ 1,587 (+1159.52%)
Mutual labels:  database, fast
Span Tree
🌳 Tree for GitLab
Stars: ✭ 123 (-2.38%)
Mutual labels:  tree
Databunker
Secure storage for personal records built to comply with GDPR
Stars: ✭ 122 (-3.17%)
Mutual labels:  database
Django Jsoneditor
Django JSONEditor input widget to provide javascript online JSON Editor
Stars: ✭ 124 (-1.59%)
Mutual labels:  tree
Dynein
DynamoDB CLI written in Rust.
Stars: ✭ 126 (+0%)
Mutual labels:  database
Olegdb
Enough works to use this in production
Stars: ✭ 122 (-3.17%)
Mutual labels:  database
Litecraft
Open source, clean room implementation of Minecraft Client
Stars: ✭ 124 (-1.59%)
Mutual labels:  fast
Pbscan
Faster and more efficient stateless SYN scanner and banner grabber due to userland TCP/IP stack usage.
Stars: ✭ 122 (-3.17%)
Mutual labels:  fast
Dksnap
Docker Snapshots for Development and Test Data
Stars: ✭ 122 (-3.17%)
Mutual labels:  database
Myblog
python写的博客,支持3种数据库,现在挂在evilbinary.org
Stars: ✭ 121 (-3.97%)
Mutual labels:  database
Nutsdb
A simple, fast, embeddable, persistent key/value store written in pure Go. It supports fully serializable transactions and many data structures such as list, set, sorted set.
Stars: ✭ 1,827 (+1350%)
Mutual labels:  database

Welcome to

eix

eix is a tool for the Gentoo Linux portage system. It uses indexing to allow quick searches through the package tree. Some reasons for using eix:

  • Fast indexing and searching
  • Highly configurable output-format (with its own "language")
  • Provides more information than most other search utilities (e.g. shows every available version, USE flags of available and emerged versions, ...)
  • Shows stability/mask status of versions and how your local settings change it
  • Helps you to manage your local /etc/portage/package.* settings in several ways (e.g. by finding "obsolete" entries by various criteria)
  • Can import eix-files from other systems, e.g. to get a catalogue of overlays
  • Cli with logical AND/OR (and braces), multiple matching algorithms (i.e. fuzzy search using levenshtein distance) and more

eix is in the portage tree, so you can simply install it with

emerge app-portage/eix

The most current version of eix is always available as "HEAD" in the git master branch. To get this version, emerge dev-vcs/git and then use the command

git clone git://github.com/vaeth/eix

For bugreports, please use the GitHub or the Gentoo bug system. If you want to reach the current maintainer, please use email.

Best regards .. your code monkeys :)

Other search-utils

  • emerge -s|-S
  • qsearch (app-portage/portage-utils)
  • esearch (app-portage/esearch)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].