Looking for unusual template engine for massive data generation
up vote
-2
down vote
favorite
I am looking for template data generator which will generate all the combinations of my input template like:
Given: template engine ( any — function to select "one of ..." )
Input: [% any('Hi', 'Hello') %] human [% any('!', '?') %]
Output:
> Hi human !
> Hello human !
> Hi human ?
> Hello human ?
Could you advise any?
- It must be deterministic algorithm. Please, do not suggest implementations which relies on random.
- It would be great if it would support concurrency features to generate massive amounts of data
java python bigdata generator template-engine
add a comment |
up vote
-2
down vote
favorite
I am looking for template data generator which will generate all the combinations of my input template like:
Given: template engine ( any — function to select "one of ..." )
Input: [% any('Hi', 'Hello') %] human [% any('!', '?') %]
Output:
> Hi human !
> Hello human !
> Hi human ?
> Hello human ?
Could you advise any?
- It must be deterministic algorithm. Please, do not suggest implementations which relies on random.
- It would be great if it would support concurrency features to generate massive amounts of data
java python bigdata generator template-engine
add a comment |
up vote
-2
down vote
favorite
up vote
-2
down vote
favorite
I am looking for template data generator which will generate all the combinations of my input template like:
Given: template engine ( any — function to select "one of ..." )
Input: [% any('Hi', 'Hello') %] human [% any('!', '?') %]
Output:
> Hi human !
> Hello human !
> Hi human ?
> Hello human ?
Could you advise any?
- It must be deterministic algorithm. Please, do not suggest implementations which relies on random.
- It would be great if it would support concurrency features to generate massive amounts of data
java python bigdata generator template-engine
I am looking for template data generator which will generate all the combinations of my input template like:
Given: template engine ( any — function to select "one of ..." )
Input: [% any('Hi', 'Hello') %] human [% any('!', '?') %]
Output:
> Hi human !
> Hello human !
> Hi human ?
> Hello human ?
Could you advise any?
- It must be deterministic algorithm. Please, do not suggest implementations which relies on random.
- It would be great if it would support concurrency features to generate massive amounts of data
java python bigdata generator template-engine
java python bigdata generator template-engine
edited Nov 21 at 21:26
asked Nov 21 at 21:19
Meiblorn
1,26621019
1,26621019
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Ok,
No one knows ...
I've created one: https://medium.com/@meiblorn/boltun-ultimate-massive-similar-text-data-generator-f952c6add37d
Feel free to submit PR's
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Ok,
No one knows ...
I've created one: https://medium.com/@meiblorn/boltun-ultimate-massive-similar-text-data-generator-f952c6add37d
Feel free to submit PR's
add a comment |
up vote
0
down vote
Ok,
No one knows ...
I've created one: https://medium.com/@meiblorn/boltun-ultimate-massive-similar-text-data-generator-f952c6add37d
Feel free to submit PR's
add a comment |
up vote
0
down vote
up vote
0
down vote
Ok,
No one knows ...
I've created one: https://medium.com/@meiblorn/boltun-ultimate-massive-similar-text-data-generator-f952c6add37d
Feel free to submit PR's
Ok,
No one knows ...
I've created one: https://medium.com/@meiblorn/boltun-ultimate-massive-similar-text-data-generator-f952c6add37d
Feel free to submit PR's
answered Nov 21 at 22:54
Meiblorn
1,26621019
1,26621019
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53420607%2flooking-for-unusual-template-engine-for-massive-data-generation%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown