Example project
Go to file
2023-03-07 14:35:47 +01:00
elasticsearch_nested.py initial commit 2023-03-07 14:35:47 +01:00
elasticsearch_one_index.py initial commit 2023-03-07 14:35:47 +01:00
elasticsearch_parent_child.py initial commit 2023-03-07 14:35:47 +01:00
README.md initial commit 2023-03-07 14:35:47 +01:00
requirements.txt initial commit 2023-03-07 14:35:47 +01:00
sqlite.py initial commit 2023-03-07 14:35:47 +01:00

Datenbanken II example project

Run elasticsearch

docker run -d --name elasticsearch -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" elasticsearch:8.6.2