Skip to content

Commit

Permalink
Merge pull request #7 from singnet/senna-docs-2
Browse files Browse the repository at this point in the history
Populates README with basic meta-info abput documents, repos etc
  • Loading branch information
andre-senna authored Mar 26, 2024
2 parents ae25838 + 0700744 commit cde385c
Show file tree
Hide file tree
Showing 30 changed files with 34 additions and 231 deletions.
35 changes: 34 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,34 @@
# das
# OpenCog Hyperon - Distributed Atomspace (DAS)

Here, we keep stuff that is pertinent to the DAS project but doesn't belong to
any of the other project's specific repositories, such as automated deployment
scripts, API and high level documentation, assets used by other repositories'
CI/CD scripts, etc.

## Documentation

* [DAS API](https://singnet.github.io/das-query-engine/api/das/) - Documentation of DAS API
* _DAS User's Guide_
* [DAS Overview](DAS-Overview.md) - Description of main DAS components and deployment architecture.
* [DAS Toolbox User's Guide](https://github.com/singnet/das-toolbox) - A guide with detailed instructions to use the DAS Server Toolbox.

## Repositories

In addition to this one, we use many other repositories in the project.

* [Query Engine](https://github.com/singnet/das-query-engine) - Source code for [hyperon-das](https://pypi.org/project/hyperon-das/), the Python library with the main [DAS API](https://singnet.github.io/das-query-engine/api/das/).
* [Atom DB](https://github.com/singnet/das-atom-db) - Source code for [hyperon-das-atomdb](https://pypi.org/project/hyperon-das-atomdb/), a Python library required by hyperon-das to interface with DBMSs and other data storage structures.
* [Serverless Functions](https://github.com/singnet/das-serverless-functions) and [OpenFaaS Templates](https://github.com/singnet/das-toolbox) - Source code of client/server communication components in DAS Server FaaS architecture.
* [DAS MeTTa Parser](https://github.com/singnet/das-metta-parser) - A simplified MeTTa parser used to feed knowledge bases into DAS.
* [DAS Server Toolbox](https://github.com/singnet/das-toolbox) - A set of tools to deploy and setup a DAS server.
* Infrastructure setup - Tools and assets required to provision and setup servers in cloud providers.
* [Server provisioning in Vultr](https://github.com/singnet/das-pre-infra-vultr)
* [Server setup Vultr](https://github.com/singnet/das-infra-stack-vultr)
* [Server provisioning in AWS](https://github.com/singnet/das-pre-infra-aws)
* [Server setup AWS](https://github.com/singnet/das-infra-stack-aws)

## Project management

* [Public board](https://github.com/orgs/singnet/projects/7) - GitHub project board used to track bug reports, feature requests and major new features planning. Use this board to report bugs or request new features.
* [Development board] (https://github.com/orgs/singnet/projects/6/views/1) - Used internally by the DAS Team to track issues and tasks.
* _Contribution guidelines_
230 changes: 0 additions & 230 deletions docs/Deployment-Process.md

This file was deleted.

Binary file removed docs/assets/components.jpg
Binary file not shown.
Binary file removed docs/assets/img14.jpg
Binary file not shown.
Binary file removed docs/assets/img15.jpg
Binary file not shown.
Binary file removed docs/assets/img18.jpg
Binary file not shown.
Binary file removed docs/assets/img22.jpg
Binary file not shown.
Binary file removed docs/assets/img29.jpg
Binary file not shown.
Binary file removed docs/assets/img30.jpg
Binary file not shown.
Binary file removed docs/assets/img33.jpg
Binary file not shown.
Binary file removed docs/assets/img37.jpg
Binary file not shown.
Binary file removed docs/assets/img43.jpg
Binary file not shown.
Binary file removed docs/assets/img44.jpg
Binary file not shown.
Binary file removed docs/assets/img47.jpg
Binary file not shown.
Binary file removed docs/assets/img51.jpg
Binary file not shown.
Binary file removed docs/assets/img52.jpg
Binary file not shown.
Binary file removed docs/assets/img55.jpg
Binary file not shown.
Binary file removed docs/assets/img61.jpg
Binary file not shown.
Binary file removed docs/assets/img62.jpg
Binary file not shown.
Binary file removed docs/assets/img65.jpg
Binary file not shown.
Binary file removed docs/assets/img68.jpg
Binary file not shown.
Binary file removed docs/assets/img72.jpg
Binary file not shown.
Binary file removed docs/assets/img73.jpg
Binary file not shown.
Binary file removed docs/assets/img77.jpg
Binary file not shown.
Binary file removed docs/assets/img8.jpg
Binary file not shown.
Binary file removed docs/assets/img81.jpg
Binary file not shown.
Binary file removed docs/assets/img90.jpg
Binary file not shown.
Binary file removed docs/assets/img91.jpg
Diff not rendered.
Binary file removed docs/assets/img92.jpg
Diff not rendered.
Binary file removed docs/assets/persistence_layer.jpg
Diff not rendered.

0 comments on commit cde385c

Please sign in to comment.