fabsenet / edi-energy-viewer

A website displaying the data from the edi-energy website in a more user-friendly way.
GNU General Public License v3.0
0 stars 0 forks source link

Is this project deployed anywhere? How is it licensed? #1

Closed hf-kklein closed 2 years ago

hf-kklein commented 3 years ago

Hi @fabsenet,

is this website being deployed to somewhere?

If no, what are the requirements to do so? Does one need the database filled by fabsenet/edi-energy-extractor?

fabsenet commented 3 years ago

I am running this on our company intranet. I do not know of any public running sites, sorry.

fabsenet commented 3 years ago

You need a RavenDB instance running. A community edition is enough. You use edi-energy-extractor to produce a copy of the data in your ravendb. finally, edi-energy-viewer connects to your ravendb and displays stuff.

One of the best features is entering a CheckIdenrifier (prüfidentifikator) in the search box and the web site provides a stripped down pdf with only the part of the AHB document describing that checkidentifier.

hf-kklein commented 3 years ago

thanks for the info :) maybe I'll look into it a day. How about the license? Could someone re-use the code under open source conditions?

fabsenet commented 3 years ago

https://github.com/fabsenet/edi-energy-viewer/blob/master/LICENSE

hf-kklein commented 2 years ago

thanks! btw: you could add a github "topic" to this repo that it can be found more easily. I'd suggest ahb, bdew and anwendungshandbuch

hf-kklein commented 7 months ago

Hey @fabsenet: I just wanted to let you know: We (Hochfrequenz) just open sourced a similar project: ahb_besser. It's also hosted here: https://purple-glacier-0bd2a2403.2.azurestaticapps.net/

Feel free to take a look :)

Our databasis is the machine_readable-anwendungshandbuecher repo.