Abstract: As the file systems continue to grow, metadata
search is becoming increasingly important way to access and
manage files. Applications are capable to generate huge
amount of files and metadata about various things. Simple
metadata (e.g., file size, name, permission mode), has been
well recorded and used in current systems. However, only
limited amount of metadata, which not record only
attributes of entities but also relationships between them,
are captured in current systems. Collecting, processing and
querying such large amount of files and metadata is
challenge in current systems. This paper present Clover, a
metadata management service that unifies files/folders, tags,
relationships between them and metadata into generic
property graph. Service can also be extended with new
entities and metadata, by allowing users to add their own of
nodes, properties and relationships. This approach allow not
only simple operations such as directory traversal and
permission validation, but also fast querying large amount
of files and metadata by name, size, date created, tags etc. or
any other metadata provided by users.