commit | dc40b4421a8edd06f4cf457dd636002edb2df50d | [log] [tgz] |
---|---|---|
author | Morpheus <85464872+yjy44@users.noreply.github.com> | Tue May 07 07:35:15 2024 +0900 |
committer | GitHub <noreply@github.com> | Mon May 06 15:35:15 2024 -0700 |
tree | cb9308072f43d13df93e7d773c43ef70c2d069e7 | |
parent | dae205025ead04d854a6e5db890b32f69d574d90 [diff] |
[PROPOSAL] Committed initial folder and Architecture of API-Server (#1828) * AGE Code Cleanup * Add initial versions and initial architecture of API-Server
This Project is an API that executes queries in Cypher or Graph QL format on RDBs such as PostgreSQL, Oracle, and MySQL and returns the results to the user in the form of the requested query.
At this time, through AGE Storage, integrated metadata can be managed regardless of RDB type such as Oracle, MySQL, and MSSQL, and data query is supported through Open Cypher/GraphQL without the need to change the core at the RDB level. It can also provide usefulness in terms of analysis through result visualization tailored to Open Cypher/GraphQL.
Currently, this Project will develop :
We plan to develop it on a web basis, and it will be based on the contents below.