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

ggalvizo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb-graph.git


The following commit(s) were added to refs/heads/master by this push:
     new 9b2e550  [NO-ISSUE][GRAPHIX] Adding a README file.
9b2e550 is described below

commit 9b2e5509ebea3b7b69ec0d1f401f72b669f205e3
Author: ggalvizo <[email protected]>
AuthorDate: Sat Jun 18 19:35:01 2022 -0700

    [NO-ISSUE][GRAPHIX] Adding a README file.
    
    Change-Id: I2bbeef42aaedc1c51621953afa0fabf21724b6eb
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb-graph/+/16604
    Tested-by: Jenkins <[email protected]>
    Reviewed-by: Glenn Galvizo <[email protected]>
---
 README.md | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..59a3f1b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+<!--
+ ! Licensed to the Apache Software Foundation (ASF) under one
+ ! or more contributor license agreements.  See the NOTICE file
+ ! distributed with this work for additional information
+ ! regarding copyright ownership.  The ASF licenses this file
+ ! to you under the Apache License, Version 2.0 (the
+ ! "License"); you may not use this file except in compliance
+ ! with the License.  You may obtain a copy of the License at
+ !
+ !   http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing,
+ ! software distributed under the License is distributed on an
+ ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ ! KIND, either express or implied.  See the License for the
+ ! specific language governing permissions and limitations
+ ! under the License.
+ !-->
+# Property Graphs on AsterixDB: Graphix
+Graphix is an extension for the Big Data Management System Apache AsterixDB 
that allows users to issue graph queries on conceptual graphs over existing 
data managed by AsterixDB itself. Our motto is “one analyst’s document store is 
another analyst’s graph”, originating from the thought that developers 
shouldn’t have to choose between two different technologies (i.e. a document 
database or a graph database).
+
+See our website [here](https://graphix.ics.uci.edu) for more details.
\ No newline at end of file

Reply via email to