Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Customize Parser to accept a class in Classpath by Configuration #4

Open
devdinu opened this issue Mar 5, 2019 · 4 comments
Open
Labels
Feature features which is of higher priority
Projects

Comments

@devdinu
Copy link
Contributor

devdinu commented Mar 5, 2019

Right now, beast assumes the data is in protobuf format. We should customize it to other format

Create a parser based on configuration (className) and using reflection to create it.

@devdinu devdinu added the Feature features which is of higher priority label Mar 5, 2019
@devdinu devdinu added this to To do in Beast Mar 26, 2019
@panwarab
Copy link

panwarab commented Jun 28, 2019

I would like to take this up @devdinu

@devdinu
Copy link
Contributor Author

devdinu commented Jun 29, 2019

@abhiroj If you need any context or have questions, shoot. It could be JSON/String or any other types you need. The moment we've this in place it will be easy to add other Data Types.

Thanks for picking it up.

@panwarab
Copy link

sure, what are the classes that I should look at?

@panwarab
Copy link

panwarab commented Jun 29, 2019

The way I am thinking to impelement this is that there are parsing strategies based on the format of the data protobuf,xml, json etc. which have to be serialized to a class/dao.

Requirement is that beast should not depend to a data format? @devdinu

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Feature features which is of higher priority
Projects
Beast
  
To do
Development

No branches or pull requests

2 participants