Top "Tagging" questions

Tagging is the act of adding tags (non-hierarchical keywords or terms assigned to a piece of information such as an Internet bookmark, digital image, or computer file).

Recommended SQL database design for tags or tagging

I've heard of a few ways to implement tagging; using a mapping table between TagID and ItemID (makes sense to …

sql database-design tags data-modeling tagging
How do you revert to a specific tag in Git?

I know how to revert to older commits in a Git branch, but how do I revert back to a …

git tags tagging revert
What is the most efficient way to store tags in a database?

I am implementing a tagging system on my website similar to one stackoverflow uses, my question is - what is …

database database-design tags tagging
Database Design for Tagging

How would you design a database to support the following tagging features: items can have a large number of tags …

sql database-design tags tagging
Understanding Gitlab CI tags

I've read documentation, some articles and you might call me dumb, but this is my first time working with a …

tagging gitlab yaml
TTL for a set member

Is it possible in Redis to set TTL (time to live) not for a specific key, but for a member …

redis set tagging ttl
Facial recognition/detection PHP or software for photo and video galleries

I have a very large photo gallery with thousands of similar people, objects, locations, things. The majority of the people …

php tagging face-detection photo-gallery face-recognition
How to get last Git tag matching regex criteria

I need Git command to get/find last tag starting with 'v' to get last versioning commit (I am using …

regex git tags find tagging
How to implement tag system

I was wondering what the best way is to implement a tag system, like the one used on SO. I …

algorithm system tagging
Using Maven, Git: How do I tag the latest version of my code?

I'm using Maven 3.0.3 with Git. I use an integration tool (Bamboo) to check out a branch of code from Git …

git maven tagging