Skip to content

Commit 2b1cb50

Browse files
authoredFeb 10, 2025
minor fix on the readm.md (changed to latest instead of version and added install script) (#1552)
1 parent 5a2f32b commit 2b1cb50

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed
 

‎README.md

+18-10
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,18 @@
2020
<img src="https://img.shields.io/static/v1?label=Hopsworks&message=Slack&color=36C5F0" /></a>
2121
</p>
2222

23+
# Quick Install
24+
Get up and running with a single command:
25+
```bash
26+
curl -O https://raw.githubusercontent.com/logicalclocks/hopsworks-k8s-installer/master/install-hopsworks.py
27+
python3 install-hopsworks.py
28+
```
29+
30+
2331
<a name="what"></a>
2432
# What is Hopsworks?
2533

26-
Hopsworks is a data platform for ML with a **Python-centric Feature Store** and MLOps capabilities. Hopsworks is a modular platform. You can use it as a standalone Feature Store, you can use it to manage, govern, and serve your models, and you can even use it to develop and operate feature pipelines and training pipelines. Hopsworks brings collaboration for ML teams, providing a secure, governed platform for developing, managing, and sharing ML assets - features, models, training data, batch scoring data, logs, and more.
34+
Hopsworks is a **Real-Time AI Lakehouse** for ML with a **Python-centric Feature Store** and MLOps capabilities. Hopsworks is a modular platform. You can use it as a standalone Feature Store, you can use it to manage, govern, and serve your models, and you can even use it to develop and operate feature pipelines and training pipelines. Hopsworks brings collaboration for ML teams, providing a secure, governed platform for developing, managing, and sharing ML assets - features, models, training data, batch scoring data, logs, and more.
2735
<br />
2836
<p align="center" style="background-color:white; border-radius:4px;">
2937
<img src="https://uploads-ssl.webflow.com/5f6353590bb01cacbcecfbac/62f21c38bc47b2d313fbf76d_Marchitecture%20-%20readme.svg" width="90%">
@@ -41,9 +49,9 @@ Hopsworks is available as a serverless app, simply head to [app.hopsworks.ai](ht
4149
[Managed Hopsworks](https://managed.hopsworks.ai) is our platform for running Hopsworks and the Feature Store in the cloud and integrates directly with the customer AWS/Azure/GCP environment. It also integrates seamlessly with third party platforms such as Databricks, SageMaker and KubeFlow.
4250

4351
If you wish to run Hopsworks on your Azure, AWS or GCP environment, follow one of the following guides in our documentation:
44-
- [AWS Guide](https://docs.hopsworks.ai/3.0/setup_installation/aws/getting_started/#step-1-connecting-your-aws-account)
45-
- [Azure Guide](https://docs.hopsworks.ai/3.0/setup_installation/azure/getting_started/#step-1-connecting-your-azure-account)
46-
- [GCP Guide](https://docs.hopsworks.ai/3.0/setup_installation/gcp/getting_started/#step-1-connecting-your-gcp-account)
52+
- [AWS Guide](https://docs.hopsworks.ai/latest/setup_installation/aws/getting_started/#step-1-connecting-your-aws-account)
53+
- [Azure Guide](https://docs.hopsworks.ai/latest/setup_installation/azure/getting_started/#step-1-connecting-your-azure-account)
54+
- [GCP Guide](https://docs.hopsworks.ai/latest/setup_installation/gcp/getting_started/#step-1-connecting-your-gcp-account)
4755

4856
## **Installer - On-premise**
4957
It is possible to use Hopsworks on-premises, which means that companies can run their machine learning workloads on their own hardware and infrastructure, rather than relying on a cloud provider. This can provide greater flexibility, control, and cost savings, as well as enabling companies to meet specific compliance and security requirements.
@@ -65,15 +73,15 @@ You need at least one server or virtual machine on which Hopsworks will be insta
6573
# 🎓 Documentation and API
6674
### **Documentation**
6775
[Hopsworks documentation](https://docs.hopsworks.ai) includes user guides, feature store documentation and an administration guide. We also include concepts to help user navigates the abstractions and logics of the feature stores and MLOps in general:
68-
- **Feature Store:** [https://docs.hopsworks.ai/3.0/concepts/fs/](https://docs.hopsworks.ai/3.0/concepts/fs/)
69-
- **Projects:** [https://docs.hopsworks.ai/3.0/concepts/projects/governance/](https://docs.hopsworks.ai/3.0/concepts/projects/governance/)
70-
- **MLOps:** [https://docs.hopsworks.ai/3.0/concepts/mlops/prediction_services/](https://docs.hopsworks.ai/3.0/concepts/mlops/prediction_services/)
76+
- **Feature Store:** [https://docs.hopsworks.ai/latest/concepts/fs/](https://docs.hopsworks.ai/latest/concepts/fs/)
77+
- **Projects:** [https://docs.hopsworks.ai/latest/concepts/projects/governance/](https://docs.hopsworks.ai/latest/concepts/projects/governance/)
78+
- **MLOps:** [https://docs.hopsworks.ai/latest/concepts/mlops/prediction_services/](https://docs.hopsworks.ai/latest/concepts/mlops/prediction_services/)
7179

7280
### **APIs**
7381
Hopsworks API documentation is divided in 3 categories; Hopsworks API covers project level APIs, Feature Store API covers feature groups, feature views and connectors, and finally MLOps API covers Model Registry, serving and deployment.
74-
- **Hopsworks API** - [https://docs.hopsworks.ai/hopsworks-api/3.0.1/generated/api/connection/](https://docs.hopsworks.ai/hopsworks-api/3.0.1/generated/api/connection/)
75-
- **Feature Store API** - [https://docs.hopsworks.ai/feature-store-api/3.0.0/generated/api/connection_api/](https://docs.hopsworks.ai/feature-store-api/3.0.0/generated/api/connection_api/)
76-
- **MLOps API** - [https://docs.hopsworks.ai/machine-learning-api/3.0.0/generated/connection_api/](https://docs.hopsworks.ai/machine-learning-api/3.0.0/generated/connection_api/)
82+
- **Hopsworks API** - [https://docs.hopsworks.ai/hopsworks-api/latest.1/generated/api/connection/](https://docs.hopsworks.ai/hopsworks-api/latest.1/generated/api/connection/)
83+
- **Feature Store API** - [https://docs.hopsworks.ai/feature-store-api/latest/generated/api/connection_api/](https://docs.hopsworks.ai/feature-store-api/latest/generated/api/connection_api/)
84+
- **MLOps API** - [https://docs.hopsworks.ai/machine-learning-api/latest/generated/connection_api/](https://docs.hopsworks.ai/machine-learning-api/latest/generated/connection_api/)
7785

7886
### **Tutorials**
7987
Most of the tutorials require you to have at least an account on [app.hopsworks.ai](https://app.hopsworks.ai). You can explore the dedicated [https://github.com/logicalclocks/hopsworks-tutorials](https://github.com/logicalclocks/hopsworks-tutorials) repository containing our tutorials or jump directly in one of the existing use cases:

0 commit comments

Comments
 (0)