FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
feast-demo/misc_samples/python_feature_server.sh at main · feast-dev/feast-demo · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
feast-dev
/
feast-demo
Public
Notifications
You must be signed in to change notification settings
Fork
4
Star
7
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
feast-demo
/
misc_samples
/
python_feature_server.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
30 lines (25 loc) · 1.29 KB
Breadcrumbs
feast-demo
/
misc_samples
/
python_feature_server.sh
Copy path
File metadata and controls
30 lines (25 loc) · 1.29 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
$ feast init feature_repo
Creating a new Feast repository
in
/home/tsotne/feast/feature_repo.
$
cd
feature_repo
$ feast apply
Registered entity driver_id
Registered feature view driver_hourly_stats
Deploying infrastructure
for
driver_hourly_stats
$ feast materialize-incremental
$(
date +%Y-%m-%d
)
Materializing 1 feature views to 2021-09-09 17:00:00-07:00 into the sqlite
online store.
driver_hourly_stats from 2021-09-09 16:51:08-07:00 to 2021-09-09 17:00:00-07:00:
100%
|
████████████████████████████████████████████████████████████████
|
5/5
[00:
00<
00:00, 295.24it/s]
$ feast serve
#
This is an experimental feature. It's intended for early testing and feedback,
#
and could change without warnings in future releases.
INFO: Started server process [8889]
09/10/2021 10:42:11 AM INFO:Started server process [8889]
INFO: Waiting
for
application startup.
09/10/2021 10:42:11 AM INFO:Waiting
for
application startup.
INFO: Application startup complete.
09/10/2021 10:42:11 AM INFO:Application startup complete.
INFO: Uvicorn running on http://127.0.0.1:6566 (Press CTRL+C to quit)
09/10/2021 10:42:11 AM INFO:Uvicorn running on http://127.0.0.1:6566
(Press CTRL+C to quit)
Back
|
FazBrowse Home
|
New Git URL