https://github.com/mongodb/docs-bi-connector
https://github.com/mongodb/docs-bi-connector
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mongodb/docs-bi-connector
- Owner: mongodb
- Created: 2016-02-18T18:13:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-01T18:29:30.000Z (2 months ago)
- Last Synced: 2025-03-30T10:07:12.994Z (about 1 month ago)
- Language: Makefile
- Size: 11.5 MB
- Stars: 17
- Watchers: 26
- Forks: 68
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
=========================================================
MongoDB Connector for Business Intelligence Documentation
=========================================================This repository contains documentation regarding components of the
the MongoDB Connector for BI (Business Intelligence). This documentation
builds on the work of the `MongoDB Manual `_.Building
--------First install `mut `_.
Then you can download and build this documentation locally with
the following command:git clone https://github.com/mongodb/docs-bi-connector.git
cd docs-bi-connector/
make buildView ``build/master/html/index.html`` to view your current build of the
documentation.Contributing
------------To contribute to the documentation, please fork this repository on
GitHub and issue a pull request. If you have not done so already,
please sign the `MongoDB/10gen Contributor Agreement
`_.See the following documents within this repository that provide a more
thorough overview of the documentation style, and process. These links
point back to the MongoDB Manual materials:- `Style Guide `_
- `Documentation Practices `_
- `Documentation Organization `_
- `Build Instructions `_File issue reports or requests at the `Documentation Jira Project
`_.All documentation is available under the terms of a `Creative Commons
License `_.The MongoDB Documentation Project is governed by the terms of the
`MongoDB/10gen Contributor Agreement
`_.If you have any questions, please contact `[email protected]
`_.-- The MongoDB/10gen Docs Team