feat(core): Enhanced data handling capabilities and improved company search functionalities.
This commit is contained in:
@@ -25,6 +25,11 @@ export class OpenData {
|
||||
this.handelsregister = new HandelsRegister(this);
|
||||
await this.handelsregister.start();
|
||||
}
|
||||
|
||||
public async buildInitialDb() {
|
||||
await this.jsonLDataProcessor.processDataFromUrl();
|
||||
}
|
||||
|
||||
public async stop() {
|
||||
await this.db.close();
|
||||
await this.handelsregister.stop();
|
||||
|
Reference in New Issue
Block a user