Skip to content
Snippets Groups Projects
Commit bf89fb24 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: Rename CaosDB to LinkAhead

parent 181f0fa1
No related branches found
No related tags found
No related merge requests found
...@@ -3,21 +3,21 @@ ...@@ -3,21 +3,21 @@
## Welcome ## Welcome
This is a small collection of code snippets that may serve as a bases for the This is a small collection of code snippets that may serve as a bases for the
development of CaosDB Crawler modules. development of LinkAhead Crawler modules.
The setup is such that makes it very easy to start with it. This also implies The setup is such that makes it very easy to start with it. This also implies
that we are working with files that lie locally (where the script is executed) that we are working with files that lie locally (where the script is executed)
and are not accessible by the server. and are not accessible by the server.
## Prerequisites ## Prerequisites
You need to have a [caosdb-pylib](https://docs.indiscale.com/caosdb-advanced-user-tools/) You need to have a [LinkAhead Python Client](https://docs.indiscale.com/caosdb-pylib/)
and [caosdb-advancedtools](https://docs.indiscale.com/caosdb-advanced-user-tools/) installed. and [LinkAhead Python Advanced User Tools](https://docs.indiscale.com/caosdb-advanced-user-tools/) installed.
You need a working connection to a CaosDB instance. We strongly recommend to use one that You need a working connection to a LinkAhead instance. We strongly recommend to use one that
is explicitly intended for testing and not for productive use. is explicitly intended for testing and not for productive use.
## Setup ## Setup
You can check out the data model that will be used in `insert_model.py`. You You can check out the data model that will be used in `insert_model.py`. You
may check in your CaosDB instance that no such model exists (although it may). may check in your LinkAhead instance that no such model exists (although it may).
You can simply test the crawler by calling `python3 crawl.py data` in the directory You can simply test the crawler by calling `python3 crawl.py data` in the directory
where this file resides. where this file resides.
Afterwards adjust the data model, the data and the crawler implementation in Afterwards adjust the data model, the data and the crawler implementation in
...@@ -36,13 +36,13 @@ records. ...@@ -36,13 +36,13 @@ records.
## Contributing ## Contributing
Thank you very much to all contributers—[past, Thank you very much to all contributers—[past,
present](https://gitlab.com/caosdb/caosdb/-/blob/dev/HUMANS.md), and prospective present](https://gitlab.com/linkahead/linkahead/-/blob/dev/HUMANS.md), and prospective
ones. ones.
### Code of Conduct ### Code of Conduct
By participating, you are expected to uphold our [Code of By participating, you are expected to uphold our [Code of
Conduct](https://gitlab.com/caosdb/caosdb/-/blob/dev/CODE_OF_CONDUCT.md). Conduct](https://gitlab.com/linkahead/linkahead/-/blob/dev/CODE_OF_CONDUCT.md).
## License ## License
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment