Metadata-Version: 2.1
Name: XPathMongoCompiler
Version: 0.1.1
Summary: CS5421 project: Design and implementation of a compiler for an XPath dialect for JSON and MongoDB
Home-page: https://github.com/yunxiangGU/CS5421-Project
Author: CS5421-Project-Team12
Author-email: zouhaoliang@bupt.cn
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/yunxiangGU/CS5421-Project
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# CS5421 Project

- group members: Gu Yunxiang, Hou Shizheng, Liu Fengjiang, Zheng Ying, Zou Haoliang

## Description

This is a group project for CS5421 at NUS. The aim is to design and implement a compiler from an XPath dialect to MongoDB query that searches through the binary JSON documents.

