Difference between revisions of "User:EvelynSnow"

From Open Rail Data Wiki
Jump to navigation Jump to search
m
m (Update projects list/about)
Line 1: Line 1:
 +
=== About ===
 +
I'm one of the "casual" datafeeds users, a software developer by trade, and have had an interest in open data (particularly around the railway) for a few years. I work on personal projects and contribute to this wiki in my spare time.
 +
 +
I can speak English, some Bokmål Norwegian, and a little French.
 +
 +
=== Contact ===
 +
I'm happy to answer general enquiries about data feeds, but recommend asking on the [https://groups.google.com/d/forum/openraildata-talk mailing list], as others can also help you, other NROD wiki contributors are active there, and the answers and discussion will benefit other feeds users.
 +
 +
For other enquiries, please write to username (minus the ''User:'' prefix) at kanaya dot dev. Note that I am not willing to support commercial uses of my projects free-of-charge (though I ''would'' be interested in being hired to do rail data work!)
 +
 
=== NROD wiki examples I maintain ===
 
=== NROD wiki examples I maintain ===
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
Line 14: Line 24:
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
! Project name !! Language !! Libraries !! Purpose !! Repository !! Maintained?
+
! Project name !! Language !! Libraries !! Purpose !! URLs !! Maintained?
 
|-
 
|-
 
| DarwinShovel || Elixir || Barytherium || STOMP relay for Darwin Push Port feeds || https://codeberg.org/Subarrow/DarwinShovel || Y
 
| DarwinShovel || Elixir || Barytherium || STOMP relay for Darwin Push Port feeds || https://codeberg.org/Subarrow/DarwinShovel || Y
 
|-
 
|-
| TungstenSwallow || Elixir || Barytherium, Erlsom, Mnesia || WIP linked data store for Darwin Push Port || https://codeberg.org/Subarrow/tungsten_swallow || Y
+
| TungstenSwallow || Elixir || Barytherium, Erlsom, Ecto || Live departure board backend || https://codeberg.org/Subarrow/tungsten_swallow || Y
 +
|-
 +
| MercurySwallow || Elixir || Phoenix, Ecto || Live departure board frontend || Source: https://codeberg.org/Subarrow/mercury_swallow Deployed: https://mercury.kanaya.dev/ || Y
 
|-
 
|-
 
| IronSwallow || Python3 || Stomp.py, SQLAlchemy, Postgres || Darwin Push Port backend || https://codeberg.org/Subarrow/IronSwallow || N
 
| IronSwallow || Python3 || Stomp.py, SQLAlchemy, Postgres || Darwin Push Port backend || https://codeberg.org/Subarrow/IronSwallow || N
 
|-
 
|-
 
| CopperSwallow || Python3 || SQLAlchemy, flask || Frontend for IronSwallow || https://codeberg.org/Subarrow/CopperSwallow || N
 
| CopperSwallow || Python3 || SQLAlchemy, flask || Frontend for IronSwallow || https://codeberg.org/Subarrow/CopperSwallow || N
|-
 
| IronSwallowORM || Python3 || SQLAlchemy || Shared ORM for Iron/Copper Swallow || https://github.com/EvelynSubarrow/IronSwallowORM || N
 
 
|-
 
|-
 
|}
 
|}

Revision as of 11:12, 13 June 2023

About

I'm one of the "casual" datafeeds users, a software developer by trade, and have had an interest in open data (particularly around the railway) for a few years. I work on personal projects and contribute to this wiki in my spare time.

I can speak English, some Bokmål Norwegian, and a little French.

Contact

I'm happy to answer general enquiries about data feeds, but recommend asking on the mailing list, as others can also help you, other NROD wiki contributors are active there, and the answers and discussion will benefit other feeds users.

For other enquiries, please write to username (minus the User: prefix) at kanaya dot dev. Note that I am not willing to support commercial uses of my projects free-of-charge (though I would be interested in being hired to do rail data work!)

NROD wiki examples I maintain

Project name Language Libraries Purpose Repository Maintained?
TD/TRUST example Python3 Stomp.py STOMP example for TRUST and TD https://github.com/openraildata/td-trust-example-python3 Y
TD/TRUST example Elixir Barytherium STOMP example for TRUST and TD https://github.com/openraildata/td-trust-example-elixir Y

Other NROD projects

Project name Language Libraries Purpose URLs Maintained?
DarwinShovel Elixir Barytherium STOMP relay for Darwin Push Port feeds https://codeberg.org/Subarrow/DarwinShovel Y
TungstenSwallow Elixir Barytherium, Erlsom, Ecto Live departure board backend https://codeberg.org/Subarrow/tungsten_swallow Y
MercurySwallow Elixir Phoenix, Ecto Live departure board frontend Source: https://codeberg.org/Subarrow/mercury_swallow Deployed: https://mercury.kanaya.dev/ Y
IronSwallow Python3 Stomp.py, SQLAlchemy, Postgres Darwin Push Port backend https://codeberg.org/Subarrow/IronSwallow N
CopperSwallow Python3 SQLAlchemy, flask Frontend for IronSwallow https://codeberg.org/Subarrow/CopperSwallow N