Peshitta Forum

Full Version: SedraJs conversion scripts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
A milestone reached: NodeJs scripts to convert Sedra 3 text file database to a JavaScript representation that could be used to process the database directly from inside the browser, or on the server with NodeJs, etc.
See https://github.com/peshitta/sedrajs for more. The output from the script, the converted JS database is just 2MB in size.

I see I have hundreds of downloads of the related libraries in the span of just a couple of weeks since I published them: https://github.com/peshitta?tab=repositories 
That's so great to see there is interest. If you see this and use any of them, it would surely help if you drop me a note on how you use them, do you find them helpful, thoughts for improvement, etc.
(10-07-2017, 03:35 AM)borota Wrote: [ -> ]A milestone reached: NodeJs scripts to convert Sedra 3 text file database to a JavaScript representation that could be used to process the database directly from inside the .....

This is really great! Thank you. I certainly will use it.
(10-07-2017, 07:44 PM)distazo Wrote: [ -> ]
(10-07-2017, 03:35 AM)borota Wrote: [ -> ]A milestone reached: NodeJs scripts to convert Sedra 3 text file database to a JavaScript representation that could be used to process the database directly from inside the .....

This is really great! Thank you. I certainly will use it.

@distazo, thanks for the note. Much appreciated!
(10-08-2017, 03:28 AM)borota Wrote: [ -> ]
(10-07-2017, 07:44 PM)distazo Wrote: [ -> ]
(10-07-2017, 03:35 AM)borota Wrote: [ -> ]A milestone reached: NodeJs scripts to convert Sedra 3 text file database to a JavaScript representation that could be used to process the database directly from inside the .....

This is really great! Thank you. I certainly will use it.
@distazo, I had a small misspell (Roots instead of Root) in UMD bundle. That has been fixed and a unit test written to avoid stuff like that: https://github.com/peshitta/sedrajs