This is an automated email from the ASF dual-hosted git repository.

kturner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-access.git


The following commit(s) were added to refs/heads/main by this push:
     new 7586010  Improved README introduction (#101)
7586010 is described below

commit 75860105144dde9ce7fd25aba70a4b6d519f7b5a
Author: Keith Turner <[email protected]>
AuthorDate: Tue Jan 27 11:43:04 2026 -0800

    Improved README introduction (#101)
    
    Modifies the introduction to offer a straightforward self contained high
    level description of what accumulo-access offers. The current
    introduction paragraph does not directly explain the purpose of
    accumulo-access.
---
 README.md | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index f59c872..bee68f1 100644
--- a/README.md
+++ b/README.md
@@ -21,14 +21,17 @@
 
 # Accumulo Access Library
 
-Java library that provides the same functionality, semantics, and syntax as the
+Java library implementing the access expression [DSL][3] which can be used to
+determine if data is visible to an entity with a set of authorizations. For
+a conceptual overview of what an access expression is, see the
+[specification](SPECIFICATION.md) document. See the [Getting Started
+section](#getting-started) for an example of how to use this java library.
+
+This library provides the same functionality, semantics, and syntax as the
 Apache Accumulo [ColumnVisibility][1] and [VisibilityEvaluator][2] classes.
 This functionality is provided in a standalone java library that has no
 dependencies (for example no Hadoop, Zookeeper, Thrift, etc dependencies).
 
-For a conceptual overview of what an access expression is, see the
-[specification](SPECIFICATION.md) document. See the [Getting Started
-section](#getting-started) for an example of how to use this java library.
 
 ## Public API
 
@@ -92,3 +95,4 @@ mvn clean verify -pl core -Pbenchmark
 
 [1]: 
https://github.com/apache/accumulo/blob/rel/2.1.4/core/src/main/java/org/apache/accumulo/core/security/ColumnVisibility.java
 [2]: 
https://github.com/apache/accumulo/blob/rel/2.1.4/core/src/main/java/org/apache/accumulo/core/security/VisibilityEvaluator.java
+[3]: https://en.wikipedia.org/wiki/Domain-specific_language

Reply via email to