Currently we've built a connector for IRC and have plans to build more for other messaging platforms like Discord, Slack, etc, but we don't really have an answer for a customer that would be wanting to pull in data, structured or unstructured, from other sources.
We need to come up with some generic class/way to handle data in our database that aligns to a common schema, so it doesn't matter if the data came in from discord or a CSV that contains a million plus rows of tweets that were compiled by whatever means. Since we can't even anticipate that that format might be, we can create a framework for people to create their own transformation tools that put the data in the correct shape for threadr.
Currently we've built a connector for IRC and have plans to build more for other messaging platforms like Discord, Slack, etc, but we don't really have an answer for a customer that would be wanting to pull in data, structured or unstructured, from other sources.
We need to come up with some generic class/way to handle data in our database that aligns to a common schema, so it doesn't matter if the data came in from discord or a CSV that contains a million plus rows of tweets that were compiled by whatever means. Since we can't even anticipate that that format might be, we can create a framework for people to create their own transformation tools that put the data in the correct shape for threadr.