@@ -111,19 +111,19 @@ We have a script to feed your local instance of Hive with initial seed data. Thi
1111111. Use ` Start Hive` local  Hive instance
1121122. Make sure ` usage` ` usage-ingestor` ` pnpm dev` 
1131133. Open Hive app, create a project and a target, then  create a token
114- 4. Run the seed script: ` TOKEN=" MY_TOKEN_HERE "   pnpm seed` 
115- 5. This should report a dummy schema and some dummy usage data to your  local  instance of Hive, 
116-    allowing you  to test  features e2e 
117- 
118- >  Note: You can  set   ` STAGING=1 `   in  order to target staging env and seed a target there. Same  for 
119- >  development env, you  can use  ` DEV=1 ` 
120- 
121- >  Note: You can  set   ` FEDERATION=1 `   in  order to publish multiple subgraphs. 
122- 
123- >  To send more  operations and  test  heavy load on Hive instance, you can also  set   ` OPERATIONS ` 
124- >  (amount  of operations  in  each interval round , default is  ` 1 ` ) and  ` INTERVAL `  (frequency of sending 
125- >  operations, default:  ` 1000 ` ms). For example, using  ` INTERVAL=1000 OPERATIONS=1000` 
126- >  requests per second .
114+ 4. Run the seed script: ` FEDERATION= < 0 | 1>   TOKEN=< access_token >  TARGET= < target_id >   pnpm seed:schemas ` 
115+ 5. This should report a dummy schema
116+ 6. Run the usage seed  to generate some dummy usage data to your  local  instance of Hive, allowing you 
117+    to  test  features e2e:  ` FEDERATION= < 0 | 1>  TOKEN= < access_token >  TARGET= < target_id >  pnpm seed:usage ` 
118+ 
119+ >  Note: You  can set   ` STAGE= < dev | staging | local > `   in  order to target a specific Hive environment and 
120+ >  seed a target there. 
121+ 
122+ >  To send more operations with  ` seed:usage ` , and  test  heavy load on Hive instance, you can also  set 
123+ >  ` OPERATIONS `  (amount of  operations in  each interval round, default is  ` 10 ` ) and  ` INTERVAL ` 
124+ >  (frequency  of sending operations , default:  ` 1000 ` ms). For example, using 
125+ >  ` INTERVAL=1000 OPERATIONS=1000`  requests per second. And  set   ` BATCHES `  to  set  the 
126+ >  total number of batches to run before the seed exits. Default: 10 .
127127
128128# ## Troubleshooting
129129
0 commit comments